mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-01 16:28:09 +08:00
[svn-r2105] Turned off the free lists until I can debug them on the platforms they are
failing on...
This commit is contained in:
parent
456843acde
commit
5884b4891b
@ -58,7 +58,7 @@ static H5FL_gc_list_t *H5FL_gc_head=NULL;
|
||||
static H5FL_gc_arr_list_t *H5FL_gc_arr_head=NULL;
|
||||
|
||||
/* Macros for turning off free lists in the library */
|
||||
/* #define NO_FREE_LISTS */
|
||||
#define NO_FREE_LISTS
|
||||
#ifdef NO_FREE_LISTS
|
||||
#define NO_REG_FREE_LISTS
|
||||
#define NO_ARR_FREE_LISTS
|
||||
|
Loading…
Reference in New Issue
Block a user