mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
fix test and project
This commit is contained in:
parent
4bf63300b3
commit
c935521bf9
3 changed files with 2 additions and 20 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue