feature: add zero-initialized memory allocation macros and error handling for overflow
This commit is contained in:
parent
4f3ae943db
commit
f3d307c03e
6 changed files with 59 additions and 1 deletions
|
|
@ -33,3 +33,7 @@ set(MI_BUILD_OBJECT OFF CACHE BOOL "" FORCE)
|
|||
FetchContent_MakeAvailable(mimalloc)
|
||||
|
||||
add_subdirectory(Source/DrangPlatform)
|
||||
|
||||
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/Playground)
|
||||
add_subdirectory(Playground)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue