mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
wip: new segment allocation
This commit is contained in:
parent
bbd81bbbd1
commit
f2bafbc57f
10 changed files with 116 additions and 79 deletions
|
@ -16,7 +16,6 @@ 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