mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 11:34:38 +03:00
Do not forget to include malloc zone implementation in the static object
This commit is contained in:
parent
4a0c53ba5a
commit
07d72f4fba
2 changed files with 4 additions and 0 deletions
|
@ -24,5 +24,8 @@ terms of the MIT license. A copy of the license can be found in the file
|
|||
#include "alloc.c"
|
||||
#include "alloc-aligned.c"
|
||||
#include "alloc-posix.c"
|
||||
#if MI_OSX_ZONE
|
||||
#include "alloc-override-osx.c"
|
||||
#endif
|
||||
#include "init.c"
|
||||
#include "options.c"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue