cleanup
This commit is contained in:
21
src/static.c
21
src/static.c
@@ -20,20 +20,21 @@ terms of the MIT license. A copy of the license can be found in the file
|
||||
// containing the whole library. If it is linked first
|
||||
// it will override all the standard library allocation
|
||||
// functions (on Unix's).
|
||||
#include "stats.c"
|
||||
#include "random.c"
|
||||
#include "os.c"
|
||||
#include "bitmap.c"
|
||||
#include "arena.c"
|
||||
#include "region.c"
|
||||
#include "segment.c"
|
||||
#include "page.c"
|
||||
#include "heap.c"
|
||||
#include "alloc.c"
|
||||
#include "alloc-aligned.c"
|
||||
#include "alloc-posix.c"
|
||||
#if MI_OSX_ZONE
|
||||
#include "alloc-override-osx.c"
|
||||
#endif
|
||||
#include "alloc-posix.c"
|
||||
#include "arena.c"
|
||||
#include "bitmap.c"
|
||||
#include "heap.c"
|
||||
#include "init.c"
|
||||
#include "options.c"
|
||||
#include "os.c"
|
||||
#include "page.c"
|
||||
#include "prim/prim.c"
|
||||
#include "random.c"
|
||||
#include "region.c"
|
||||
#include "segment.c"
|
||||
#include "stats.c"
|
||||
|
||||
Reference in New Issue
Block a user