Home
last modified time | relevance | path

Searched refs:mpfr_tmp_allocate (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dmpfr-gmp.h283 __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)))
H A Dmpfr-gmp.c341 mpfr_tmp_allocate (struct tmp_marker **tmp_marker, size_t size) in mpfr_tmp_allocate() function
/netbsd-src/external/lgpl3/mpfr/dist/
H A DChangeLog18071 by __gmp_allocate_func and __gmp_free_func in mpfr_tmp_allocate
18087 if mpfr_tmp_allocate() is invoked before __gmp_allocate_func when