mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-06 15:29:31 +03:00
merge from dev
This commit is contained in:
parent
7b595bd957
commit
069b3276df
1 changed files with 3 additions and 3 deletions
|
@ -10,9 +10,9 @@ terms of the MIT license. A copy of the license can be found in the file
|
||||||
the commit_mask to optimize the commit/decommit calls.
|
the commit_mask to optimize the commit/decommit calls.
|
||||||
The full memory map of all segments is also implemented here.
|
The full memory map of all segments is also implemented here.
|
||||||
-----------------------------------------------------------------------------*/
|
-----------------------------------------------------------------------------*/
|
||||||
#include "mimalloc.h"
|
#include "../include/mimalloc.h"
|
||||||
#include "mimalloc-internal.h"
|
#include "../include/mimalloc-internal.h"
|
||||||
#include "mimalloc-atomic.h"
|
#include "../include/mimalloc-atomic.h"
|
||||||
|
|
||||||
#include "bitmap.h" // atomic bitmap
|
#include "bitmap.h" // atomic bitmap
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue