fix test and project

This commit is contained in:
Daan Leijen 2023-03-20 12:32:41 -07:00
parent 4bf63300b3
commit c935521bf9
3 changed files with 2 additions and 20 deletions

View file

@ -38,7 +38,7 @@ int main() {
// alloc_huge();
// test_heap_walk();
// test_heap_arena();
test_align();
// test_align();
void* p1 = malloc(78);
void* p2 = malloc(24);