![]() |
SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
|
This is the complete list of members for MemoryPoolAllocator< BaseAllocator >, including all inherited members.
Capacity() const RAPIDJSON_NOEXCEPT | MemoryPoolAllocator< BaseAllocator > | inline |
Clear() RAPIDJSON_NOEXCEPT | MemoryPoolAllocator< BaseAllocator > | inline |
Free(void *ptr) RAPIDJSON_NOEXCEPT | MemoryPoolAllocator< BaseAllocator > | inlinestatic |
kNeedFree | MemoryPoolAllocator< BaseAllocator > | static |
kRefCounted | MemoryPoolAllocator< BaseAllocator > | static |
Malloc(size_t size) | MemoryPoolAllocator< BaseAllocator > | inline |
MemoryPoolAllocator(size_t chunkSize=kDefaultChunkCapacity, BaseAllocator *baseAllocator=0) | MemoryPoolAllocator< BaseAllocator > | inlineexplicit |
MemoryPoolAllocator(void *buffer, size_t size, size_t chunkSize=kDefaultChunkCapacity, BaseAllocator *baseAllocator=0) | MemoryPoolAllocator< BaseAllocator > | inline |
MemoryPoolAllocator(const MemoryPoolAllocator &rhs) RAPIDJSON_NOEXCEPT (defined in MemoryPoolAllocator< BaseAllocator >) | MemoryPoolAllocator< BaseAllocator > | inline |
operator!=(const MemoryPoolAllocator &rhs) const RAPIDJSON_NOEXCEPT | MemoryPoolAllocator< BaseAllocator > | inline |
operator=(const MemoryPoolAllocator &rhs) RAPIDJSON_NOEXCEPT (defined in MemoryPoolAllocator< BaseAllocator >) | MemoryPoolAllocator< BaseAllocator > | inline |
operator==(const MemoryPoolAllocator &rhs) const RAPIDJSON_NOEXCEPT | MemoryPoolAllocator< BaseAllocator > | inline |
Realloc(void *originalPtr, size_t originalSize, size_t newSize) | MemoryPoolAllocator< BaseAllocator > | inline |
Shared() const RAPIDJSON_NOEXCEPT | MemoryPoolAllocator< BaseAllocator > | inline |
Size() const RAPIDJSON_NOEXCEPT | MemoryPoolAllocator< BaseAllocator > | inline |
~MemoryPoolAllocator() RAPIDJSON_NOEXCEPT | MemoryPoolAllocator< BaseAllocator > | inline |