merge from dev with the destroy_on_exit option

This commit is contained in:
Daan Leijen 2022-11-21 10:03:52 -08:00
commit 163afcce75
8 changed files with 68 additions and 8 deletions

View file

@ -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);