Home
last modified time | relevance | path

Searched refs:mp_get_memory_functions (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/contrib/mpc/src/
H A Dmem.c28 mp_get_memory_functions (&allocfunc, NULL, NULL); in mpc_alloc_str()
36 mp_get_memory_functions (NULL, &reallocfunc, NULL); in mpc_realloc_str()
44 mp_get_memory_functions (NULL, NULL, &freefunc); in mpc_free_str()
/dflybsd-src/contrib/gmp/
H A Dmp_get_fns.c25 mp_get_memory_functions (void *(**alloc_func) (size_t), in mp_get_memory_functions() function
/dflybsd-src/contrib/mpfr/src/
H A Dmpfr-gmp.c308 #ifdef mp_get_memory_functions
H A Dmpfr-gmp.h261 #ifdef mp_get_memory_functions
266 #define MPFR_GET_MEMFUNC mp_get_memory_functions(&mpfr_allocate_func, &mpfr_reallocate_func, &mpfr_…
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgraphite-interchange.c312 mp_get_memory_functions (NULL, NULL, &gmp_free); in pdr_stride_in_loop()
H A Dgraphite-ppl.c514 mp_get_memory_functions (NULL, NULL, &gmp_free); in debug_gmp_value()
/dflybsd-src/gnu/usr.bin/gmp/
H A Dgmp.h553 #define mp_get_memory_functions __gmp_get_memory_functions macro
554 __GMP_DECLSPEC void mp_get_memory_functions __GMP_PROTO ((void *(**) (size_t),