mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-09-18 04:04:47 +03:00
merge from dev
This commit is contained in:
commit
4a27ea1643
24 changed files with 773 additions and 304 deletions
|
@ -14,8 +14,14 @@ terms of the MIT license. A copy of the license can be found in the file
|
|||
// it will override all the standard library allocation
|
||||
// functions (on Unix's).
|
||||
#include "stats.c"
|
||||
#include "random.c"
|
||||
#include "os.c"
|
||||
<<<<<<< HEAD
|
||||
//#include "memory.c"
|
||||
=======
|
||||
#include "arena.c"
|
||||
#include "memory.c"
|
||||
>>>>>>> dev
|
||||
#include "segment.c"
|
||||
#include "page.c"
|
||||
#include "heap.c"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue