HomeSort by: relevance | last modified time | path
    Searched refs:tmp_reentrant_t (Results 1 - 2 of 2) sorted by relevancy

  /src/external/lgpl3/gmp/dist/
tal-reent.c 52 #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)
60 #define P ((struct tmp_reentrant_t *) p)
71 __gmp_tmp_reentrant_free (struct tmp_reentrant_t *mark)
73 struct tmp_reentrant_t *next;
gmp-impl.h 367 struct tmp_reentrant_t { struct
368 struct tmp_reentrant_t *next;
371 __GMP_DECLSPEC void *__gmp_tmp_reentrant_alloc (struct tmp_reentrant_t **, size_t) ATTRIBUTE_MALLOC;
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

Completed in 51 milliseconds