Home
last modified time | relevance | path

Searched defs:gmp_allocate_func (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/mini-gmp/
H A Dmini-mpq.c540 void * (*gmp_allocate_func) (size_t); in mpq_set_str() local
H A Dmini-gmp.c318 static void * (*gmp_allocate_func) (size_t) = gmp_default_alloc; variable