mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
add segment map to track valid pointers
This commit is contained in:
parent
461df1e878
commit
a2e1d2b893
6 changed files with 166 additions and 20 deletions
|
@ -50,6 +50,7 @@ set(mi_sources
|
|||
src/page.c
|
||||
src/random.c
|
||||
src/segment.c
|
||||
src/segment-map.c
|
||||
src/stats.c
|
||||
src/prim/prim.c)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue