diff --git a/doc/html/RM_H5.html b/doc/html/RM_H5.html index a094ad897a..293c7ab4a7 100644 --- a/doc/html/RM_H5.html +++ b/doc/html/RM_H5.html @@ -65,6 +65,7 @@ and it users.
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
+ )
+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.
+
reg_global_lim
+ reg_list_lim
+ arr_global_lim
+ arr_list_lim
+ blk_global_lim
+ blk_list_lim
+