119
116
void (*error_handler)(void);
120
117
void reset_root_defaults(size_t block_size, size_t prealloc_size);
121
118
void *alloc_root(size_t Size);
123
124
void *memdup_root(const void *str, size_t len);
124
125
char *strdup_root(const char *str);
125
127
char *strmake_root(const char *str,size_t len);
126
128
void init_alloc_root(size_t block_size= ROOT_MIN_BLOCK_SIZE);
128
135
inline bool alloc_root_inited()