Home
last modified time | relevance | path

Searched refs:__gmp_tmp_reentrant_alloc (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gmp/
H A Dtal-reent.c45 __gmp_tmp_reentrant_alloc (struct tmp_reentrant_t **markp, size_t size) in __gmp_tmp_reentrant_alloc() function
H A Dgmp-impl.h330 __GMP_DECLSPEC void *__gmp_tmp_reentrant_alloc __GMP_PROTO ((struct tmp_reentrant_t **, size_t)) AT…
340 #define TMP_BALLOC(n) __gmp_tmp_reentrant_alloc (&__tmp_marker, n)
357 #define TMP_ALLOC(n) __gmp_tmp_reentrant_alloc (&__tmp_marker, n)