Searched defs:vpe_callback_funcs (Results 1 – 1 of 1) sorted by relevance
358 struct vpe_callback_funcs { struct359 void *log_ctx; /**< optional. provided by the caller and pass back to callback */360 vpe_log_func_t log; /**< Logging function */362 vpe_sys_event_func_t sys_event; /**< System event function */364 void *mem_ctx; /**< optional. provided by the caller and pass back to callback */365 vpe_zalloc_func_t zalloc; /**< Memory allocation */366 vpe_free_func_t free; /**< Free memory. In sync with @ref zalloc */