mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 11:34:38 +03:00
merge from dev with the destroy_on_exit option
This commit is contained in:
commit
163afcce75
8 changed files with 68 additions and 8 deletions
|
@ -33,9 +33,10 @@ int main() {
|
|||
// invalid_free();
|
||||
// test_reserved();
|
||||
// negative_stat();
|
||||
// test_heap_walk();
|
||||
// alloc_huge();
|
||||
// test_heap_walk();
|
||||
test_heap_arena();
|
||||
// test_heap_arena();
|
||||
|
||||
void* p1 = malloc(78);
|
||||
void* p2 = malloc(24);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue