Home
last modified time | relevance | path

Searched refs:allocfunc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/lgpl3/mpc/dist/src/
H A Dmem.c27 void * (*allocfunc) (size_t); in mpc_alloc_str() local
28 mp_get_memory_functions (&allocfunc, NULL, NULL); in mpc_alloc_str()
29 return (char *) ((*allocfunc) (len)); in mpc_alloc_str()
/netbsd-src/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dtestutils.c139 void *(*allocfunc) (size_t); in testhalves() local
142 mp_get_memory_functions (&allocfunc, &reallocfunc, &freefunc); in testhalves()
153 mp_set_memory_functions (allocfunc, reallocfunc, freefunc); in testhalves()