Searched refs:allocfunc (Results 1 – 2 of 2) sorted by relevance
27 void * (*allocfunc) (size_t); in mpc_alloc_str() local28 mp_get_memory_functions (&allocfunc, NULL, NULL); in mpc_alloc_str()29 return (char *) ((*allocfunc) (len)); in mpc_alloc_str()
139 void *(*allocfunc) (size_t); in testhalves() local142 mp_get_memory_functions (&allocfunc, &reallocfunc, &freefunc); in testhalves()153 mp_set_memory_functions (allocfunc, reallocfunc, freefunc); in testhalves()