From e68390cdc50170a5a9aeb30c9c6952d18e1bd11e Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Thu, 17 Apr 2003 16:02:41 -0500 Subject: [svn-r6704] Purpose: Add new function. Description: Added H5set_free_list_limits. Platforms tested: Safari, IE 5 --- doc/html/RM_H5.html | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 68 insertions(+), 1 deletion(-) diff --git a/doc/html/RM_H5.html b/doc/html/RM_H5.html index a094ad8..293c7ab 100644 --- a/doc/html/RM_H5.html +++ b/doc/html/RM_H5.html @@ -65,6 +65,7 @@ and it users.        @@ -99,6 +100,7 @@ facilitate moving easily between them.        @@ -168,6 +170,71 @@ facilitate moving easily between them.
+
Name: H5set_free_list_limits +
Signature: +
herr_t H5set_free_list_limits(int reg_global_lim, + int reg_list_lim, + int arr_global_lim, + int arr_list_lim, + int blk_global_lim, + int blk_list_lim + ) +
Purpose: +
Sets free-list size limits. +
Description: +
H5set_free_list_limits sets size limits + on all types of free lists. + Free lists are + + ... just what, exactly? + +

+ These are global limits, but each limit applies only to + free lists of the specified type. + Therefore, if an application sets a 1Mb limit on each of + the global lists, up to 3Mb of total storage might be + allocated, 1Mb for each of the regular, array, and + block type lists. +

+ Using a value of -1 for a limit means that + no limit is set for the specified type of free list. +

Parameters: +
+ +
+ Why is regular quoted below? + What would be, say, irregular? + + +
int reg_global_lim +
IN: The limit on all "regular" free list memory used +
int reg_list_lim +
IN: The limit on memory used in each "regular" free list +
int arr_global_lim +
IN: The limit on all "array" free list memory used +
int arr_list_lim +
IN: The limit on memory used in each "array" free list +
int blk_global_lim +
IN: The limit on all "block" free list memory used +
int blk_list_lim +
IN: The limit on memory used in each "block" free list +
+
Returns: +
Returns a non-negative value if successful; + otherwise returns a negative value. + +
+ + +
+
Name: H5garbage_collect
Signature:
herr_t H5garbage_collect(void) @@ -415,7 +482,7 @@ And in this document, the Describes HDF5 Release 1.5, Unreleased Development Branch -Last modified: 3 April 2003 +Last modified: 11 April 2003 -- cgit v0.12