mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +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
|
||||
}
|
||||
|
||||
#if defined(_DEBUG_) || defined(_DEBUG)
|
||||
#define MEMOSTAT memostat( __FILE__, __LINE__ )
|
||||
#else
|
||||
#define MEMOSTAT
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user