fix includes
This commit is contained in:
@@ -11,10 +11,10 @@ terms of the MIT license. A copy of the license can be found in the file
|
||||
The full memory map of all segments is also implemented here.
|
||||
-----------------------------------------------------------------------------*/
|
||||
#include "mimalloc.h"
|
||||
#include "mimalloc-internal.h"
|
||||
#include "mimalloc-atomic.h"
|
||||
#include "mimalloc/internal.h"
|
||||
#include "mimalloc/atomic.h"
|
||||
|
||||
#include "bitmap.h" // atomic bitmap
|
||||
#include "./bitmap.h" // atomic bitmap
|
||||
|
||||
//#define MI_CACHE_DISABLE 1 // define to completely disable the segment cache
|
||||
|
||||
|
||||
Reference in New Issue
Block a user