Add a new llvm::Allocator abstraction, which will be used by a container
authorChris Lattner <sabre@nondot.org>
Sun, 29 Oct 2006 22:08:03 +0000 (22:08 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 29 Oct 2006 22:08:03 +0000 (22:08 +0000)
commit9f617d64c5f3f2a0949f359f63b1cb3bff4b3a9b
treef028c33e9d59dab8e1903fe0482205019c1b175c
parent120bc21576c33188992fdb5f22459d276f2fb0fc
Add a new llvm::Allocator abstraction, which will be used by a container
I'm about to add.  This is similar to, but necessarily different than, the
STL allocator class.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31285 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Allocator.h [new file with mode: 0644]
lib/Support/Allocator.cpp [new file with mode: 0644]