Searched refs:mpfr_tmp_allocate (Results 1 – 3 of 3) sorted by relevance
283 __MPFR_DECLSPEC void *mpfr_tmp_allocate (struct tmp_marker **,331 alloca (n) : mpfr_tmp_allocate (&tmp_marker, (n)))335 #define TMP_ALLOC(n) (mpfr_tmp_allocate (&tmp_marker, (n)))
341 mpfr_tmp_allocate (struct tmp_marker **tmp_marker, size_t size) in mpfr_tmp_allocate() function
18071 by __gmp_allocate_func and __gmp_free_func in mpfr_tmp_allocate18087 if mpfr_tmp_allocate() is invoked before __gmp_allocate_func when