#include "MemoryBase.h"
#include "MemoryGate.h"
#include "MemoryAllocators.h"
Namespaces | |
namespace | ark |
namespace | ark::memory_gate_policies |
Classes | |
class | ark::memory_gate_policies::PoolBufferDealloc |
Functions | |
template<typename T> | |
T * | ark::AllocBuffer (unsigned count, Allocator &alloc=SystemAllocator::global()) |
template<typename T> | |
bool | ark::DeallocBuffer (T *buff, unsigned count, Allocator &alloc=SystemAllocator::global()) |