summaryrefslogtreecommitdiffstats
path: root/src/H5FL.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2000-04-10 18:41:34 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2000-04-10 18:41:34 (GMT)
commit5884b4891bd8a3a0b5c56591bf7a8cfa17fe0f92 (patch)
tree0e8ff00be7457a56310d280565adaa17fd9a4f60 /src/H5FL.c
parent456843acde172c32a36fb6b357e465fd5d084ded (diff)
downloadhdf5-5884b4891bd8a3a0b5c56591bf7a8cfa17fe0f92.zip
hdf5-5884b4891bd8a3a0b5c56591bf7a8cfa17fe0f92.tar.gz
hdf5-5884b4891bd8a3a0b5c56591bf7a8cfa17fe0f92.tar.bz2
[svn-r2105] Turned off the free lists until I can debug them on the platforms they are
failing on...
Diffstat (limited to 'src/H5FL.c')
-rw-r--r--src/H5FL.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FL.c b/src/H5FL.c
index c8e8e95..c102cdb 100644
--- a/src/H5FL.c
+++ b/src/H5FL.c
@@ -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