Salome HOME
PR: synchro V6_main tag mergeto_V7_main_11Feb13
[modules/smesh.git] / src / SMESH / memoire.h
index 258eda28bcc51fc3bb99748cc8c419f01882b340..531752fbe981fc42e348f291b6b7266353abe877 100644 (file)
@@ -28,7 +28,7 @@ void memostat(const char* f, int l);
 void memostat(const char* f, int l)
 {
 #ifdef WIN32
-       //rnv: TODO: find alternative of the malloc_stats() on windows platform
+        //rnv: TODO: find alternative of the malloc_stats() on windows platform
 #else
   /*  struct mallinfo mem = mallinfo(); */
   /*  std::cerr << f << ":"<< l << " " << mem.arena << " " << mem.ordblks << " " << mem.hblks << " " << mem.hblkhd << " "  << mem.uordblks << " "  << mem.fordblks << " " << mem.keepcost << std::endl; */