diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-06-18 14:39:26 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-06-18 14:39:26 (GMT) |
commit | 64b7be4a52b14dfefc7729aaf8be6649fb668cc4 (patch) | |
tree | 5e1061bf9dc61a5753a90dea5801672c03c8fdf4 /tools | |
parent | 972707dcd3a123df1435d35d6b6a585222a1b6df (diff) | |
download | hdf5-64b7be4a52b14dfefc7729aaf8be6649fb668cc4.zip hdf5-64b7be4a52b14dfefc7729aaf8be6649fb668cc4.tar.gz hdf5-64b7be4a52b14dfefc7729aaf8be6649fb668cc4.tar.bz2 |
[svn-r5662] 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 'tools')
0 files changed, 0 insertions, 0 deletions