X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FSMESH%2Fmemoire.h;h=154b127be73afad5f2527c822d380f3a2e7e7df8;hb=499f29d24922cec66e41b41a0039a954993bc6df;hp=b153ac73d75b7fd3cdf5437ccc1256a021aab9cb;hpb=f3e2b7fea2d36b7dbe2df39f3e08e9c4d9b30e6d;p=modules%2Fsmesh.git diff --git a/src/SMESH/memoire.h b/src/SMESH/memoire.h index b153ac73d..154b127be 100644 --- a/src/SMESH/memoire.h +++ b/src/SMESH/memoire.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2010-2022 CEA/DEN, EDF R&D, OPEN CASCADE // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -20,14 +20,18 @@ #ifndef _MEMOIRE_H_ #define _MEMOIRE_H_ +#ifdef __APPLE__ +#include +#else #include +#endif #include void memostat(const char* f, int l); void memostat(const char* f, int l) { -#ifdef WIN32 +#if defined WIN32 || defined __APPLE__ //rnv: TODO: find alternative of the malloc_stats() on windows platform #else struct mallinfo mem = mallinfo();