#include <MemoryGatePolicies.h>
Public Member Functions | |
template<typename T> | |
bool | preDeallocBuffer (T *buff, unsigned n) |
template<typename T> | |
bool | postDeallocBuffer (T *buff, unsigned n) |
void | setPreDeallocBuffer (boost::function< bool(void *, unsigned)> cb) |
void | setPostDeallocBuffer (boost::function< bool(void *, unsigned)> cb) |
Protected Member Functions | |
UserBufferDealloc () | |
Private Attributes | |
boost::function< bool(void *, unsigned) | _userPreDealloc ) |
boost::function< bool(void *, unsigned) | _userPostDealloc ) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|