mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
initial numa support for arenas
This commit is contained in:
parent
aaf01620f4
commit
a6499be074
6 changed files with 241 additions and 153 deletions
|
@ -56,6 +56,7 @@ void _mi_os_init(void); // called fro
|
|||
void* _mi_os_alloc(size_t size, mi_stats_t* stats); // to allocate thread local data
|
||||
void _mi_os_free(void* p, size_t size, mi_stats_t* stats); // to free thread local data
|
||||
size_t _mi_os_good_alloc_size(size_t size);
|
||||
int _mi_os_numa_node(void);
|
||||
|
||||
|
||||
// memory.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue