123
107
void (*error_handler)(void);
124
108
void reset_root_defaults(size_t block_size, size_t prealloc_size);
125
109
void *alloc_root(size_t Size);
131
111
void *memdup_root(const void *str, size_t len);
132
112
char *strdup_root(const char *str);
134
113
char *strmake_root(const char *str,size_t len);
135
114
void init_alloc_root(size_t block_size= ROOT_MIN_BLOCK_SIZE);
142
116
inline bool alloc_root_inited()
146
120
void free_root(myf MyFLAGS);
147
121
void *multi_alloc_root(int unused, ...);