git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5844 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 4b1b47c77827e96798681df5ad4176327b4127d0
Former-commit-id: 0f3350f30161e79dadd14a6ca389c92c95d759b8
This commit is contained in:
wdbee 2014-11-17 12:04:43 +00:00
parent 2c337a5042
commit 97aa0ef624

View file

@ -222,7 +222,7 @@ TGF_API void GfPoolMove(tMemoryPool* oldPool, tMemoryPool* newPool);
// Configuration for the new Memory Manager
//----------------------------------------------------------------------------*
// To enable the hunting for memory leaks uncomment the following line
#define __DEBUG_MEMORYMANAGER__
//#define __DEBUG_MEMORYMANAGER__
#if defined(__DEBUG_MEMORYMANAGER__)
// Use new Memory Manager ...
#if defined(WIN32)