UM C API
6.16.1
|
Structure that holds the application function to configure Smart Source memory management. More...
#include <lbm.h>
Data Fields | |
lbm_mem_mgt_malloc_cb_func | malloc_cb_func |
Function pointer for application callback for malloc(). | |
lbm_mem_mgt_realloc_cb_func | realloc_cb_func |
Function pointer for application callback for realloc(). | |
lbm_mem_mgt_free_cb_func | free_cb_func |
Function pointer for application callback for free(). | |
void * | clientd |
Client data to be passed to the callback. | |
Structure that holds the application function to configure Smart Source memory management.
Set by the mem_mgt_callbacks (source) configuration option.
For more information on Smart Source memory management, see Smart Sources and Memory Management.
See lbm_mem_mgt_callbacks_t_stct for field definitions.