merge from dev-exp; resolve conflicts
This commit is contained in:
@@ -21,10 +21,6 @@ set(mi_sources
|
||||
src/random.c
|
||||
src/os.c
|
||||
src/arena.c
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
src/region.c
|
||||
>>>>>>> dev-exp
|
||||
src/segment.c
|
||||
src/page.c
|
||||
src/alloc.c
|
||||
|
||||
@@ -18,10 +18,6 @@ terms of the MIT license. A copy of the license can be found in the file
|
||||
#include "os.c"
|
||||
//#include "memory.c"
|
||||
#include "arena.c"
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
#include "region.c"
|
||||
>>>>>>> dev-exp
|
||||
#include "segment.c"
|
||||
#include "page.c"
|
||||
#include "heap.c"
|
||||
|
||||
Reference in New Issue
Block a user