Enable memory leak check (#1429)
Report the memory leak info when building iwasm with `cmake .. -DWAMR_BUILD_GC_VERIFY=1`
This commit is contained in:
@ -23,7 +23,7 @@ mem_allocator_create_with_struct_and_pool(void *struct_buf,
|
||||
void *pool_buf,
|
||||
uint32_t pool_buf_size);
|
||||
|
||||
void
|
||||
int
|
||||
mem_allocator_destroy(mem_allocator_t allocator);
|
||||
|
||||
uint32
|
||||
|
||||
Reference in New Issue
Block a user