Public Member Functions | |
FixedAllocator (std::size_t blockSize=0) | |
FixedAllocator (const FixedAllocator &) | |
FixedAllocator & | operator= (const FixedAllocator &) |
~FixedAllocator () | |
void | Swap (FixedAllocator &rhs) |
void * | Allocate () |
void | Deallocate (void *p) |
std::size_t | BlockSize () const |
bool | operator< (std::size_t rhs) const |
|
Definition at line 161 of file SmallObj.cpp. References DEFAULT_CHUNK_SIZE, and numBlocks. |
|
Definition at line 183 of file SmallObj.cpp. |
|
Definition at line 213 of file SmallObj.cpp. |
|
Definition at line 257 of file SmallObj.cpp. Referenced by base::SmallObjAllocator::Allocate(). |
|
Definition at line 124 of file SmallObj. Referenced by base::SmallObjAllocator::Allocate(), base::SmallObjAllocator::Deallocate(), and operator<(). |
|
Definition at line 294 of file SmallObj.cpp. Referenced by base::SmallObjAllocator::Deallocate(). |
|
Definition at line 127 of file SmallObj. References BlockSize(). |
|
Definition at line 202 of file SmallObj.cpp. References Swap(). |
|
Definition at line 241 of file SmallObj.cpp. References allocChunk_, blockSize_, chunks_, deallocChunk_, numBlocks_, and base::swap(). Referenced by operator=(). |