Searched refs:avc_func_malloc (Results 1 – 2 of 2) sorted by relevance
20 extern void *(*avc_func_malloc) (size_t) hidden;42 avc_func_malloc = mem_cb->func_malloc; in set_callbacks()72 return avc_func_malloc ? avc_func_malloc(size) : malloc(size); in avc_malloc()
32 void *(*avc_func_malloc) (size_t) = NULL; variable