Home
last modified time | relevance | path

Searched defs:TMP_SALLOC (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/
H A Dgmp-impl.h380 #define TMP_SALLOC(n) alloca(n) macro
398 #define TMP_SALLOC(n) TMP_ALLOC(n) macro
418 #define TMP_SALLOC(n) TMP_ALLOC(n) macro
472 #define TMP_SALLOC(n) TMP_ALLOC(n) macro