Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gmp/
H A Dtal-reent.c42 #define HSIZ ROUND_UP_MULTIPLE (sizeof (struct tmp_reentrant_t), __TMP_ALIGN)
45 __gmp_tmp_reentrant_alloc (struct tmp_reentrant_t **markp, size_t size) in __gmp_tmp_reentrant_alloc()
50 #define P ((struct tmp_reentrant_t *) p) in __gmp_tmp_reentrant_alloc()
61 __gmp_tmp_reentrant_free (struct tmp_reentrant_t *mark) in __gmp_tmp_reentrant_free()
63 struct tmp_reentrant_t *next; in __gmp_tmp_reentrant_free()
H A Dgmp-impl.h326 struct tmp_reentrant_t { struct
327 struct tmp_reentrant_t *next; argument
330 __GMP_DECLSPEC void *__gmp_tmp_reentrant_alloc __GMP_PROTO ((struct tmp_reentrant_t **, size_t)) AT… argument
331 __GMP_DECLSPEC void __gmp_tmp_reentrant_free __GMP_PROTO ((struct tmp_reentrant_t *));
336 #define TMP_DECL struct tmp_reentrant_t *__tmp_marker
352 #define TMP_DECL struct tmp_reentrant_t *__tmp_marker