Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/gmp/dist/
H A Dgmp-impl.h381 #define TMP_BALLOC(n) __gmp_tmp_reentrant_alloc (&__tmp_marker, n) macro
384 (LIKELY ((n) <= 0x7f00) ? TMP_SALLOC(n) : TMP_BALLOC(n))
399 #define TMP_BALLOC(n) TMP_ALLOC(n) macro
419 #define TMP_BALLOC(n) TMP_ALLOC(n) macro
473 #define TMP_BALLOC(n) TMP_ALLOC(n) macro
490 #define TMP_BALLOC_TYPE(n,type) ((type *) TMP_BALLOC ((n) * sizeof (type)))
H A DChangeLog4651 * mpn/generic/mul_fft.c: Use TMP_BALLOC*, but combine several areas.
4653 * mpz/powm_ui.c (mod): Use TMP_BALLOC in mu code.
12534 * mpn/generic/mul_n.c (mpn_mul_n): Call mpn_toom44_mul. Use TMP_BALLOC
14057 define TMP_SALLOC and TMP_BALLOC.
14678 (TMP_BALLOC): New macro for "big" allocations.