Add realloc func argument for memory allocator (#191)
This commit is contained in:
@ -67,6 +67,7 @@ typedef struct RuntimeInitArgs {
|
||||
} pool;
|
||||
struct {
|
||||
void *malloc_func;
|
||||
void *realloc_func;
|
||||
void *free_func;
|
||||
} allocator;
|
||||
} mem_alloc;
|
||||
|
||||
Reference in New Issue
Block a user