CORGI
An open source project by FPL.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Groups Pages
Vector Pool

VectorPool class and functions. More...

Detailed Description

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.