Searched refs:mp_get_memory_functions (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/contrib/mpc/src/ |
H A D | mem.c | 28 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 D | mp_get_fns.c | 25 mp_get_memory_functions (void *(**alloc_func) (size_t), in mp_get_memory_functions() function
|
/dflybsd-src/contrib/mpfr/src/ |
H A D | mpfr-gmp.c | 308 #ifdef mp_get_memory_functions
|
H A D | mpfr-gmp.h | 261 #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 D | graphite-interchange.c | 312 mp_get_memory_functions (NULL, NULL, &gmp_free); in pdr_stride_in_loop()
|
H A D | graphite-ppl.c | 514 mp_get_memory_functions (NULL, NULL, &gmp_free); in debug_gmp_value()
|
/dflybsd-src/gnu/usr.bin/gmp/ |
H A D | gmp.h | 553 #define mp_get_memory_functions __gmp_get_memory_functions macro 554 __GMP_DECLSPEC void mp_get_memory_functions __GMP_PROTO ((void *(**) (size_t),
|