|
|
|
|
|
by charcircuit
356 days ago
|
|
>Seeing that mimalloc does not offer this feature If you click on the issue you will see that mimalloc already does offer this feature via mi_manage_os_memory to create an arena, mi_heap_new_in_arena to create a heap that uses the arena, and mi_heap_malloc to allocate memory from the heap. |
|