aboutsummaryrefslogtreecommitdiff
path: root/runtime/GCCLibraries/libpoolalloc/PoolAllocatorChained.c
AgeCommit message (Collapse)Author
2003-08-13Removing the pool allocator from the main CVS tree.John Criswell
Use the poolalloc module in CVS from now on. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7810 91177308-0d34-0410-b5e6-96231b3b80d8
2003-08-12Minor fix so that the program exits upon a poolfree failureSumant Kowshik
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7762 91177308-0d34-0410-b5e6-96231b3b80d8
2003-08-07Change implementation so that variable sized slabs are used to allow ↵Sumant Kowshik
arbitrary sized array allocations git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7663 91177308-0d34-0410-b5e6-96231b3b80d8
2003-07-03Added support for poolallocarray and poolmakeunfreeable. The latter is used ↵Sumant Kowshik
by the SAFECode project git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7102 91177308-0d34-0410-b5e6-96231b3b80d8
2003-01-29Initial checkin of pool allocator libraryChris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5429 91177308-0d34-0410-b5e6-96231b3b80d8