Implementation for the memory pool base. More...
#include <new>
#include "_nvwa.h"
#include "mem_pool_base.h"
Namespaces | |
namespace | nvwa |
Defines | |
#define | _MEM_POOL_ALLOCATE(_Sz) ::operator new((_Sz), std::nothrow) |
#define | _MEM_POOL_DEALLOCATE(_Ptr) ::operator delete(_Ptr) |
Implementation for the memory pool base.
#define _MEM_POOL_ALLOCATE | ( | _Sz | ) | ::operator new((_Sz), std::nothrow) |
#define _MEM_POOL_DEALLOCATE | ( | _Ptr | ) | ::operator delete(_Ptr) |