summaryrefslogtreecommitdiffstats
path: root/src/H5HGpkg.h
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r8696] Purpose:Quincey Koziol2004-06-161-0/+4
| | | | | | | | | | | | | | | | | Code optimizations Description: Eliminate memset() call in H5S_set_extent_simple(). Use malloc() instead of calloc in H5B<mumble>. Change global heap code to track heap objects that are in use in order to allocate new objects more quickly and also to avoid memset() and calloc() calls. Platforms tested: Solaris 2.7 (arabica) FreeBSD 4.10 (sleipnir) w/parallel Too minor to require h5committest
* [svn-r7189] Purpose:Quincey Koziol2003-07-091-0/+92
Code cleanup Description: Break some of the "debugging" routines into their own module, so they aren't pulled into every executable, which certainly isn't going to use them. Platforms tested: h5committested