mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-07 03:48:42 +03:00
initial experiment with fixed memory arena and sliced segments
This commit is contained in:
parent
c7ec30ae25
commit
f7d2c45af3
13 changed files with 39 additions and 564 deletions
|
@ -18,6 +18,7 @@ set(mi_install_dir "lib/mimalloc-${mi_version}")
|
|||
set(mi_sources
|
||||
src/stats.c
|
||||
src/os.c
|
||||
src/arena.c
|
||||
src/segment.c
|
||||
src/page.c
|
||||
src/alloc.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue