Searched defs:vpe_callback_funcs (Results 1 – 1 of 1) sorted by relevance
269 struct vpe_callback_funcs { struct270 void *log_ctx; /**< optional. provided by the caller and pass back to callback */271 vpe_log_func_t log;273 void *mem_ctx; /**< optional. provided by the caller and pass back to callback */274 vpe_zalloc_func_t zalloc;275 vpe_free_func_t free;