Searched refs:mp_get_memory_functions (Results 1 - 15 of 15) sorted by relevance

/haiku-buildtools/gcc/mpc/src/
H A Dmem.c28 mp_get_memory_functions (&allocfunc, NULL, NULL);
36 mp_get_memory_functions (NULL, &reallocfunc, NULL);
44 mp_get_memory_functions (NULL, NULL, &freefunc);
/haiku-buildtools/cloog/source/
H A Dmp_get_memory_functions.c3 void mp_get_memory_functions( function
/haiku-buildtools/isl/
H A Dmp_get_memory_functions.c3 void mp_get_memory_functions( function
H A Disl_int.h18 #ifndef mp_get_memory_functions
19 void mp_get_memory_functions(
49 mp_get_memory_functions(NULL, NULL, &gmp_free); \
/haiku-buildtools/gcc/gmp/
H A Dmp_get_fns.c0 /* mp_get_memory_functions -- Get the allocate, reallocate, and free functions.
25 mp_get_memory_functions (void *(**alloc_func) (size_t),
H A Dgmp-h.in545 #define mp_get_memory_functions __gmp_get_memory_functions
546 __GMP_DECLSPEC void mp_get_memory_functions __GMP_PROTO ((void *(**) (size_t),
H A Dgmpxx.h1366 mp_get_memory_functions (NULL, NULL, &freefunc);
/haiku-buildtools/gcc/mpfr/src/
H A Dmpfr-gmp.c308 #ifdef mp_get_memory_functions
H A Dmpfr-gmp.h260 Just getting the correct value by calling mp_get_memory_functions */
261 #ifdef mp_get_memory_functions
266 #define MPFR_GET_MEMFUNC mp_get_memory_functions(&mpfr_allocate_func, &mpfr_reallocate_func, &mpfr_free_func)
/haiku-buildtools/gcc/gmp/demos/expr/
H A Dexprza.c50 mp_get_memory_functions (&allocate_func, NULL, &free_func);
H A Dexprfa.c121 mp_get_memory_functions (&allocate_func, NULL, &free_func);
H A Dexpr.c81 mp_get_memory_functions (NULL, &reallocate_func, NULL); \
366 mp_get_memory_functions (&allocate_func, &reallocate_func, &free_func);
/haiku-buildtools/isl/include/isl/
H A Dint.h24 #ifndef mp_get_memory_functions
25 void mp_get_memory_functions(
53 mp_get_memory_functions(NULL, NULL, &gmp_free); \
/haiku-buildtools/cloog/include/cloog/
H A Dint.h9 #ifndef mp_get_memory_functions
10 void mp_get_memory_functions(
79 mp_get_memory_functions(NULL, NULL, &gmp_free); \
/haiku-buildtools/cloog/
H A DMakefile.am69 GET_MEMORY_FUNCTIONS=source/mp_get_memory_functions.c

Completed in 92 milliseconds