add segment map to track valid pointers

This commit is contained in:
daanx 2023-04-04 16:00:17 -07:00
parent 461df1e878
commit a2e1d2b893
6 changed files with 166 additions and 20 deletions

View file

@ -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