Searched refs:xo_realloc_func_t (Results 1 – 4 of 4) sorted by relevance
26 extern xo_realloc_func_t xo_realloc;
139 typedef void *(*xo_realloc_func_t)(void *, size_t); typedef165 xo_set_allocator (xo_realloc_func_t realloc_func, xo_free_func_t free_func);
401 xo_realloc_func_t xo_realloc = realloc;7969 xo_set_allocator (xo_realloc_func_t realloc_func, xo_free_func_t free_func) in xo_set_allocator()
1135 .. index:: xo_realloc_func_t1145 .. c:function:: void xo_set_allocator (xo_realloc_func_t realloc_func, xo_free_func_t free_func)1147 :param xo_realloc_func_t realloc_func: Allocation function