mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 17:06:30 +00:00
Merge pull request #29241 from bfredl/shadapack
refactor(shada): use msgpack_sbuffer less
This commit is contained in:
@@ -45,8 +45,6 @@ EXTERN size_t arena_alloc_count INIT( = 0);
|
||||
((v).capacity = (s), \
|
||||
(v).items = (void *)arena_alloc(a, sizeof((v).items[0]) * (v).capacity, true))
|
||||
|
||||
#define ARENA_BLOCK_SIZE 4096
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "memory.h.generated.h"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user