diff --git a/src/include/util/hb_allocator.h b/src/include/util/hb_allocator.h index 7e5e5defa..98a31f1b2 100644 --- a/src/include/util/hb_allocator.h +++ b/src/include/util/hb_allocator.h @@ -4,10 +4,11 @@ #include #include +#include "../macros.h" #include "hb_arena.h" #ifndef HB_ALLOCATOR_DEFAULT_ARENA_SIZE -# define HB_ALLOCATOR_DEFAULT_ARENA_SIZE (1024 * 16) +# define HB_ALLOCATOR_DEFAULT_ARENA_SIZE KB(128) #endif typedef enum {