feature: add zero-initialized memory allocation macros and error handling for overflow

This commit is contained in:
MechSlayer 2025-09-09 03:57:18 +02:00
parent 4f3ae943db
commit f3d307c03e
6 changed files with 59 additions and 1 deletions

View file

@ -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()