Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/gmp/dist/
H A Dtal-reent.c52 #define HSIZ ROUND_UP_MULTIPLE (sizeof (struct tmp_reentrant_t), __TMP_ALIGN)
55 __gmp_tmp_reentrant_alloc (struct tmp_reentrant_t **markp, size_t size) in __gmp_tmp_reentrant_alloc()
60 #define P ((struct tmp_reentrant_t *) p) in __gmp_tmp_reentrant_alloc()
71 __gmp_tmp_reentrant_free (struct tmp_reentrant_t *mark) in __gmp_tmp_reentrant_free()
73 struct tmp_reentrant_t *next; in __gmp_tmp_reentrant_free()
H A Dgmp-impl.h367 struct tmp_reentrant_t { struct
368 struct tmp_reentrant_t *next; argument
371 __GMP_DECLSPEC void *__gmp_tmp_reentrant_alloc (struct tmp_reentrant_t **, size_t) ATTRIBUTE_MALLOC; argument
372 __GMP_DECLSPEC void __gmp_tmp_reentrant_free (struct tmp_reentrant_t *);
377 #define TMP_DECL struct tmp_reentrant_t *__tmp_marker
395 #define TMP_DECL struct tmp_reentrant_t *__tmp_marker