CORGI
An open source project by
FPL.
|
VectorPool class and functions. More...
VectorPool class and functions.
Classes | |
class | corgi::VectorPool< T > |
A pool allocator, implemented as a vector-based pair of linked lists. More... | |
Enumerations | |
enum | corgi::AllocationLocation { kAddToFront, kAddToBack } |
kAddToFront allocates from the front of the pool. kAddToBack allocates from the back of the pool. | |