UM C API
6.12.1
|
Structure that holds the application callbacks for Smart Source memory management. More...
#include <lbm.h>
Data Fields | |
lbm_mem_mgt_malloc_cb_func | malloc_cb_func |
lbm_mem_mgt_realloc_cb_func | realloc_cb_func |
lbm_mem_mgt_free_cb_func | free_cb_func |
void * | clientd |
Structure that holds the application callbacks for Smart Source memory management.
This structure used with the mem_mgt_callbacks (source) configuration option.
See lbm_mem_mgt_callbacks_t_stct for field definitions.