37 #ifndef NVWA_MEM_POOL_BASE_H 38 #define NVWA_MEM_POOL_BASE_H 52 virtual void recycle() = 0;
53 static void* alloc_sys(
size_t size);
54 static void dealloc_sys(
void* ptr);
65 #endif // NVWA_MEM_POOL_BASE_H Base class for memory pools.
Definition: mem_pool_base.h:48
Structure to store the next available memory block.
Definition: mem_pool_base.h:57
_Block_list * _M_next
Pointer to the next memory block.
Definition: mem_pool_base.h:59
Common definitions for preprocessing.