123
123
void (*error_handler)(void);
124
124
void reset_root_defaults(size_t block_size, size_t prealloc_size);
125
125
void *alloc_root(size_t Size);
127
131
void *memdup_root(const void *str, size_t len);
128
132
char *strdup_root(const char *str);
129
134
char *strmake_root(const char *str,size_t len);
130
135
void init_alloc_root(size_t block_size= ROOT_MIN_BLOCK_SIZE);
132
142
inline bool alloc_root_inited()