merge from dev-exp; better abandoned reclamation

This commit is contained in:
daan 2020-01-27 22:12:23 -08:00
commit b50bec463d
25 changed files with 661 additions and 337 deletions

View file

@ -18,6 +18,10 @@ terms of the MIT license. A copy of the license can be found in the file
#include "os.c"
//#include "memory.c"
#include "arena.c"
<<<<<<< HEAD
=======
#include "region.c"
>>>>>>> dev-exp
#include "segment.c"
#include "page.c"
#include "heap.c"