mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-09-18 04:04:47 +03:00
merge from dev-exp; better abandoned reclamation
This commit is contained in:
commit
b50bec463d
25 changed files with 661 additions and 337 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue