Home
last modified time | relevance | path

Searched refs:xo_realloc_func_t (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/libxo/libxo/
H A Dxo_encoder.h26 extern xo_realloc_func_t xo_realloc;
H A Dxo.h139 typedef void *(*xo_realloc_func_t)(void *, size_t); typedef
165 xo_set_allocator (xo_realloc_func_t realloc_func, xo_free_func_t free_func);
H A Dlibxo.c401 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()
/freebsd/contrib/libxo/doc/
H A Dapi.rst1135 .. index:: xo_realloc_func_t
1145 .. 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