321
321
memory::Root *getMemRoot()
323
323
if (not mem_root.alloc_root_inited())
331
328
void *alloc_root(size_t arg)
333
330
if (not mem_root.alloc_root_inited())
341
335
char *strmake(const char *str_arg, size_t len_arg)
343
337
if (not mem_root.alloc_root_inited())
348
339
return mem_root.strmake(str_arg, len_arg);