mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-09-18 04:04:47 +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
|
@ -32,6 +32,7 @@ terms of the MIT license. A copy of the license can be found in the file
|
|||
#include "page.c" // includes page-queue.c
|
||||
#include "random.c"
|
||||
#include "segment.c"
|
||||
#include "segment-map.c"
|
||||
#include "stats.c"
|
||||
#include "prim/prim.c"
|
||||
#if MI_OSX_ZONE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue