]> SALOME platform Git repositories - modules/smesh.git/commit
Salome HOME
PAL14921 (memory limitation and Salome freeze)
authoreap <eap@opencascade.com>
Fri, 18 May 2007 09:58:31 +0000 (09:58 +0000)
committereap <eap@opencascade.com>
Fri, 18 May 2007 09:58:31 +0000 (09:58 +0000)
commit8cf9ee8abb73d198fab9bf5e1b525e537a92f624
tree94917b4aabf1ee6ff947aab5bb53200fdd5714c1
parented35cc5acbe62ee9c08c005864fb513858c009ea
PAL14921 (memory limitation and Salome freeze)
+  /*!
+   * \brief Raise an exception if free memory (ram+swap) too low
+    * \param doNotRaise - if true, suppres exception, just return bool
+    * \retval bool - true if there is enough memory
+   */
+  static bool CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
+
src/SMDS/SMDS_Mesh.cxx
src/SMDS/SMDS_Mesh.hxx