forked from speed-dreams/speed-dreams-code
Cleanup
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:
parent
2c337a5042
commit
97aa0ef624
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue