mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 11:34:38 +03:00
Merge branch 'dev-exp' into dev-arena
This commit is contained in:
commit
b0182b2376
2 changed files with 30 additions and 11 deletions
|
@ -24,7 +24,7 @@ public:
|
|||
|
||||
|
||||
int main() {
|
||||
//mi_stats_reset(); // ignore earlier allocations
|
||||
mi_stats_reset(); // ignore earlier allocations
|
||||
atexit(free_p);
|
||||
void* p1 = malloc(78);
|
||||
void* p2 = mi_malloc_aligned(16,24);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue