mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-09-18 04:04:47 +03:00
split bitmap code into separate header and source file
This commit is contained in:
parent
30b993ecf3
commit
c86459afef
15 changed files with 194 additions and 120 deletions
|
@ -23,6 +23,7 @@ terms of the MIT license. A copy of the license can be found in the file
|
|||
#include "stats.c"
|
||||
#include "random.c"
|
||||
#include "os.c"
|
||||
#include "bitmap.c"
|
||||
#include "arena.c"
|
||||
#include "region.c"
|
||||
#include "segment.c"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue