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

/netbsd-current/external/lgpl3/gmp/dist/
H A Dtal-reent.c55 __gmp_tmp_reentrant_alloc (struct tmp_reentrant_t **markp, size_t size) function
H A Dgmp-impl.h371 __GMP_DECLSPEC void *__gmp_tmp_reentrant_alloc (struct tmp_reentrant_t **, size_t) ATTRIBUTE_MALLOC;
381 #define TMP_BALLOC(n) __gmp_tmp_reentrant_alloc (&__tmp_marker, n)
400 #define TMP_ALLOC(n) __gmp_tmp_reentrant_alloc (&__tmp_marker, n)

Completed in 108 milliseconds