Definition in file mem_pool_base.cpp.
#include <new>
#include "mem_pool_base.h"
Go to the source code of this file.
Defines | |
| #define | _MEM_POOL_ALLOCATE(_Sz) ::operator new((_Sz), std::nothrow) |
| #define | _MEM_POOL_DEALLOCATE(_Ptr) ::operator delete(_Ptr) |
| #define _MEM_POOL_ALLOCATE | ( | _Sz | ) | ::operator new((_Sz), std::nothrow) |
| #define _MEM_POOL_DEALLOCATE | ( | _Ptr | ) | ::operator delete(_Ptr) |
1.5.6