1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

OCC22256 Add mechanism based on malloc/free callback for debugging memory problems

This commit is contained in:
MSV 2011-05-19 10:35:25 +00:00 committed by bugmaster
parent d2a98d71b7
commit 213cb88863

View File

@ -15,6 +15,10 @@
#include <set>
#include <map>
#ifndef SIZE_MAX
#define SIZE_MAX UINT_MAX
#endif
#define MAX_STR 80
static OSD_MAllocHook::Callback* MypCurrentCallback = NULL;