mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-08-25 16:54:47 +03:00
check for remap support
This commit is contained in:
parent
10fbe6cf0f
commit
48ff5c178e
5 changed files with 77 additions and 44 deletions
|
@ -22,6 +22,7 @@ void _mi_prim_mem_init( mi_os_mem_config_t* config ) {
|
|||
config->has_overcommit = false;
|
||||
config->must_free_whole = true;
|
||||
config->has_virtual_reserve = false;
|
||||
config->has_remap = false;
|
||||
}
|
||||
|
||||
//---------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue