![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
#include <InstancePool.h>
Inheritance diagram for nw4hbm::snd::detail::MemoryPool< T >:
Collaboration diagram for nw4hbm::snd::detail::MemoryPool< T >:Public Member Functions | |
| u32 | Create (void *buffer, u32 size) |
| void | Destroy (void *buffer, u32 size) |
| int | Count () const |
| T * | Alloc () |
| void | Free (T *obj) |
Additional Inherited Members | |
Private Member Functions inherited from nw4hbm::snd::detail::PoolImpl | |
| PoolImpl () | |
| u32 | CreateImpl (void *buffer, u32 size, u32 objSize) |
| void | DestroyImpl (void *buffer, u32 size) |
| int | CountImpl () const |
| void * | AllocImpl () |
| void | FreeImpl (void *ptr) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |