From 0012ab9639333361a6da263214cbcab4aa5e17be Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Mon, 17 Jul 2000 12:54:48 -0500 Subject: [svn-r2430] RM_H5.html Added new function H5garbage_collect. --- doc/html/RM_H5.html | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/doc/html/RM_H5.html b/doc/html/RM_H5.html index 18d23b5..6e2d886 100644 --- a/doc/html/RM_H5.html +++ b/doc/html/RM_H5.html @@ -62,6 +62,7 @@ and it users.        @@ -116,6 +117,37 @@ and it users.
+
Name: H5garbage_collect +
Signature: +
herr_t H5garbage_collect(void) +
Purpose: +
Garbage collects on all free-lists of all types. +
Description: +
H5garbage_collect walks through all the garbage + collection routines of the library, freeing any unused memory. +

+ It is not required that H5garbage_collect be called + at any particular time; it is only necessary in certain situations + where the application has performed actions that cause the library + to allocate many objects. The application should call + H5garbage_collect if it eventually releases those + objects and wants to reduce the memory used by the library from + the peak usage required. +

+ The library automatically garbage collects all the free lists + when the application ends. +

Parameters: +
+
None. +
+
Returns: +
Returns a non-negative value if successful; + otherwise returns a negative value. +
+ + +
+
Name: H5dont_atexit
Signature:
herr_t H5dont_atexit(void) @@ -253,7 +285,9 @@ H5   HDF Help Desk
-Last modified: 30 October 1998 +Last modified: 4 May 2000 +
+Describes HDF5 Version 1.3 (Unrelased development version. Dynamic.) -- cgit v0.12