Searched refs:tmp_reentrant_t (Results 1 – 2 of 2) sorted by relevance
42 #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()
326 struct tmp_reentrant_t { struct327 struct tmp_reentrant_t *next; argument330 __GMP_DECLSPEC void *__gmp_tmp_reentrant_alloc __GMP_PROTO ((struct tmp_reentrant_t **, size_t)) AT… argument331 __GMP_DECLSPEC void __gmp_tmp_reentrant_free __GMP_PROTO ((struct tmp_reentrant_t *));336 #define TMP_DECL struct tmp_reentrant_t *__tmp_marker352 #define TMP_DECL struct tmp_reentrant_t *__tmp_marker