mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 11:34:38 +03:00
improve and document numa support
This commit is contained in:
parent
2c12d7f223
commit
a69016c33e
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