summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2002-06-18 14:41:31 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2002-06-18 14:41:31 (GMT)
commitc52cc248e62b589080ec5b60589663de46e192eb (patch)
tree38ec299eafd8d61c932baa5ec7eea8380617eadd /config
parent474070b634ed3a66d3a015e5d884c77bc0870d5e (diff)
downloadhdf5-c52cc248e62b589080ec5b60589663de46e192eb.zip
hdf5-c52cc248e62b589080ec5b60589663de46e192eb.tar.gz
hdf5-c52cc248e62b589080ec5b60589663de46e192eb.tar.bz2
[svn-r5663] Purpose:
Bug fix. Description: The chunking code was using internal allocation routines to put blocks on a free list for reuse, instead of using the system allocation routines (ie. malloc, free, etc.). This causes problems when user filters attempt to allocate/free chunks for their algorithm's use. Solution: Switched the chunking code back to using the system allocation routines, we can address performance issues with them if it becomes a real problem. Platforms tested: Linux 2.2.x (eirene) && IRIX64 6.5 (modi4)
Diffstat (limited to 'config')
0 files changed, 0 insertions, 0 deletions