move 'memory.c' to 'region.c'

This commit is contained in:
daan 2020-01-25 13:28:49 -08:00
parent 7785139201
commit 4faf412f53
10 changed files with 18 additions and 18 deletions

View file

@ -17,7 +17,7 @@ terms of the MIT license. A copy of the license can be found in the file
#include "random.c"
#include "os.c"
#include "arena.c"
#include "memory.c"
#include "region.c"
#include "segment.c"
#include "page.c"
#include "heap.c"