aboutsummaryrefslogtreecommitdiffstats
path: root/lib/pool_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* Another attempt at measuring the minimum alignment for a system.Wayne Davison2004-02-101-1/+6
* Trying a different MINALIGN because of core dumps on the sparc-64Wayne Davison2004-02-101-1/+1
* Revert pool_alloc's use of bomb if pool == NULL.J.W. Schultz2004-02-101-6/+1
* If we call pool_alloc() on a NULL pool, bomb out with an error.Wayne Davison2004-02-101-1/+6
* Changed a while loop to a for loop.Wayne Davison2004-02-101-5/+3
* Added allocation pool code.J.W. Schultz2004-02-101-0/+297