mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-09-18 04:04:47 +03:00
refactor segment cache and map in a separate source file
This commit is contained in:
parent
161f9a7751
commit
037285ac09
16 changed files with 378 additions and 365 deletions
|
@ -25,6 +25,7 @@ terms of the MIT license. A copy of the license can be found in the file
|
|||
#include "os.c"
|
||||
#include "bitmap.c"
|
||||
#include "arena.c"
|
||||
#include "segment-cache.c"
|
||||
#include "segment.c"
|
||||
#include "page.c"
|
||||
#include "heap.c"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue