![]() |
ucx
UAP Common Extensions
|
Represents memory that is not allocated by, but registered with a pool. More...
#include <mempool.h>
Data Fields | ||
| void * | mem | |
| The foreign memory. | ||
| union { | ||
| cx_destructor_func destr | ||
| Simple destructor. | ||
| cx_destructor_func2 destr2 | ||
| Advanced destructor. | ||
| }; | ||
| void * | destr2_data | |
| Data for the advanced destructor. | ||
Represents memory that is not allocated by, but registered with a pool.