Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libxo/libxo/
H A Dxo.h164 xo_set_allocator (xo_realloc_func_t realloc_func, xo_free_func_t free_func);
H A Dlibxo.c7918 xo_set_allocator (xo_realloc_func_t realloc_func, xo_free_func_t free_func) in xo_set_allocator() argument
7920 xo_realloc = realloc_func; in xo_set_allocator()
/freebsd-12.1/contrib/libxo/doc/
H A Dapi.rst1122 .. c:function:: void xo_set_allocator (xo_realloc_func_t realloc_func, xo_free_func_t free_func)
1124 :param xo_realloc_func_t realloc_func: Allocation function
1127 *realloc_func* should expect the same arguments as
H A Dlibxo.txt2156 void xo_set_allocator (xo_realloc_func_t realloc_func,
2159 realloc_func should expect the same arguments as realloc(3) and return