summaryrefslogtreecommitdiffstats
path: root/perform/pio_engine.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2002-06-18 14:39:26 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2002-06-18 14:39:26 (GMT)
commit64b7be4a52b14dfefc7729aaf8be6649fb668cc4 (patch)
tree5e1061bf9dc61a5753a90dea5801672c03c8fdf4 /perform/pio_engine.c
parent972707dcd3a123df1435d35d6b6a585222a1b6df (diff)
downloadhdf5-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 'perform/pio_engine.c')
0 files changed, 0 insertions, 0 deletions