mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
64b7be4a52
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) |
||
---|---|---|
.. | ||
HISTORY.txt | ||
INSTALL | ||
INSTALL_codewarrior.txt | ||
INSTALL_parallel | ||
INSTALL_TFLOPS | ||
INSTALL_VFL | ||
INSTALL_Windows_withcpp.txt | ||
INSTALL_Windows.txt | ||
RELEASE.txt |