CE improve editor performace by reducing amount of copying
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m31s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m31s
This commit is contained in:
@@ -29,14 +29,8 @@ void gapbuffer_backspace (struct gapbuffer* gb);
|
||||
|
||||
void gapbuffer_grow (gb_realloc_func_t reallocfn, void* ctx, struct gapbuffer* gb);
|
||||
|
||||
char* gapbuffer_get_string (gb_malloc_func_t mallocfn, void* ctx, struct gapbuffer* gb);
|
||||
|
||||
size_t gapbuffer_length (struct gapbuffer* gb);
|
||||
|
||||
char* gapbuffer_string_at (gb_malloc_func_t mallocfn, void* ctx, struct gapbuffer* gb, size_t pos);
|
||||
|
||||
char gapbuffer_at (struct gapbuffer* gb, size_t index);
|
||||
|
||||
void gapbuffer_delete_at (struct gapbuffer* gb, size_t index);
|
||||
|
||||
#endif // _GAPBUFFER_H
|
||||
|
||||
Reference in New Issue
Block a user