mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-09-18 04:04:47 +03:00
remove segment-cache as it is superseded by better arena management
This commit is contained in:
parent
e6681f2d4b
commit
e35e919ea4
9 changed files with 5 additions and 324 deletions
|
@ -32,7 +32,6 @@ 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-cache.c"
|
||||
#include "segment-map.c"
|
||||
#include "stats.c"
|
||||
#include "prim/prim.c"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue