

Public Member Functions | |
| SmallObjAllocator (std::size_t chunkSize, std::size_t maxObjectSize) | |
| void * | Allocate (std::size_t numBytes) |
| void | Deallocate (void *p, std::size_t size) |
|
||||||||||||
|
Definition at line 404 of file SmallObj.cpp. |
|
|
Definition at line 418 of file SmallObj.cpp. References base::FixedAllocator::Allocate(), base::FixedAllocator::BlockSize(), and operator new(). |
|
||||||||||||
|
Definition at line 443 of file SmallObj.cpp. References base::FixedAllocator::BlockSize(), and base::FixedAllocator::Deallocate(). |
1.3.6