Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/gmp/dist/
H A Dgmp-impl.h383 #define TMP_ALLOC(n) \ macro
400 #define TMP_ALLOC(n) __gmp_tmp_reentrant_alloc (&__tmp_marker, n) macro
420 #define TMP_ALLOC(n) \ macro
474 #define TMP_ALLOC(size) \ macro