mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-07 03:48:42 +03:00
Initial commit of separate memory region layer and improved large OS pages support, see 'memory.c'
This commit is contained in:
parent
d6901558cd
commit
06bcea1761
18 changed files with 693 additions and 297 deletions
|
@ -15,6 +15,7 @@ set(mi_install_dir "lib/mimalloc-${mi_version}")
|
|||
set(mi_sources
|
||||
src/stats.c
|
||||
src/os.c
|
||||
src/memory.c
|
||||
src/segment.c
|
||||
src/page.c
|
||||
src/alloc.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue