Initial checkin of pool allocator library
authorChris Lattner <sabre@nondot.org>
Wed, 29 Jan 2003 18:38:11 +0000 (18:38 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 29 Jan 2003 18:38:11 +0000 (18:38 +0000)
commita4a684e4332400c4c38649375135b0023985112d
tree1d56727524d287774c5e987cfa3fbbab24e4a0f4
parent3301b695cb158e09ec540cc8318eacef9877b638
Initial checkin of pool allocator library

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5429 91177308-0d34-0410-b5e6-96231b3b80d8
runtime/GCCLibraries/libpoolalloc/Makefile [new file with mode: 0644]
runtime/GCCLibraries/libpoolalloc/PoolAllocatorChained.c [new file with mode: 0644]