CMake fixes

This commit is contained in:
IlyaShurupov 2023-10-27 15:33:33 +03:00
parent b7a89b714e
commit 5a55011911
19 changed files with 82 additions and 168 deletions

View file

@ -5,6 +5,8 @@
#include "PrivateConfig.hpp"
#include <malloc.h>
using namespace tp;
#if not defined(MEM_DEBUG)
@ -61,7 +63,7 @@ HeapAlloc::~HeapAlloc() {
DEBUG_BREAK("Destruction of not freed Allocator")
#ifdef MEM_STACK_TRACE
// TODO : log leaks and free them up
// TODO : log leaks and free them up
#endif
}
}