Module brl.pool
Declarations
Imported By | |
---|---|
brl
|
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. |