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:
@ -25,10 +25,10 @@ mem_allocator_create_with_struct_and_pool(void *struct_buf,
|
||||
pool_buf, pool_buf_size);
|
||||
}
|
||||
|
||||
void
|
||||
int
|
||||
mem_allocator_destroy(mem_allocator_t allocator)
|
||||
{
|
||||
gc_destroy_with_pool((gc_handle_t)allocator);
|
||||
return gc_destroy_with_pool((gc_handle_t)allocator);
|
||||
}
|
||||
|
||||
uint32
|
||||
|
||||
Reference in New Issue
Block a user