mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-09-18 12:14:47 +03:00
wip: new segment allocation
This commit is contained in:
parent
bbd81bbbd1
commit
f2bafbc57f
10 changed files with 116 additions and 79 deletions
|
@ -15,7 +15,7 @@ terms of the MIT license. A copy of the license can be found in the file
|
|||
// functions (on Unix's).
|
||||
#include "stats.c"
|
||||
#include "os.c"
|
||||
#include "memory.c"
|
||||
//#include "memory.c"
|
||||
#include "segment.c"
|
||||
#include "page.c"
|
||||
#include "heap.c"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue