ucx
UAP Common Extensions
Loading...
Searching...
No Matches
cx_mempool_foreign_memory_s Struct Reference

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.
 

Detailed Description

Represents memory that is not allocated by, but registered with a pool.


The documentation for this struct was generated from the following file: