mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 02:10:35 +05:00
Merge branch 'V7_dev' of https://git.salome-platform.org/git/modules/smesh into V7_dev
This commit is contained in:
commit
56aba9305e
@ -38,6 +38,10 @@ void memostat(const char* f, int l)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if defined(_DEBUG_) || defined(_DEBUG)
|
||||||
#define MEMOSTAT memostat( __FILE__, __LINE__ )
|
#define MEMOSTAT memostat( __FILE__, __LINE__ )
|
||||||
|
#else
|
||||||
|
#define MEMOSTAT
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user