mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
OCC22256 Add mechanism based on malloc/free callback for debugging memory problems
This commit is contained in:
parent
d2a98d71b7
commit
213cb88863
@ -15,6 +15,10 @@
|
|||||||
#include <set>
|
#include <set>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
|
#ifndef SIZE_MAX
|
||||||
|
#define SIZE_MAX UINT_MAX
|
||||||
|
#endif
|
||||||
|
|
||||||
#define MAX_STR 80
|
#define MAX_STR 80
|
||||||
|
|
||||||
static OSD_MAllocHook::Callback* MypCurrentCallback = NULL;
|
static OSD_MAllocHook::Callback* MypCurrentCallback = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user