mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
initial commit of new primitive layer
This commit is contained in:
parent
2e6ab0f230
commit
08a01d26dc
11 changed files with 1221 additions and 983 deletions
|
@ -50,7 +50,8 @@ set(mi_sources
|
|||
src/alloc-posix.c
|
||||
src/heap.c
|
||||
src/options.c
|
||||
src/init.c)
|
||||
src/init.c
|
||||
src/prim/prim.c)
|
||||
|
||||
set(mi_cflags "")
|
||||
set(mi_libraries "")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue