Cerberus X Documentation

Module brl.pool

Declarations

Classes
Pool<T> A pool object allows you to manually allocate and free objects from a memory pool.
Interfaces
IOnPoolAllocate When implemented by a class pools will automatically call OnPoolAllocate when an object gets allocated.
IOnPoolFree When implemented by a class pools will automatically call OnPoolFree when an object gets freed.