Merge pull request #29241 from bfredl/shadapack

refactor(shada): use msgpack_sbuffer less
This commit is contained in:
bfredl
2024-06-14 11:33:27 +02:00
committed by GitHub
13 changed files with 176 additions and 206 deletions

View File

@@ -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