Searched refs:HSIZ (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/
H A Dtal-reent.c52 #define HSIZ ROUND_UP_MULTIPLE (sizeof (struct tmp_reentrant_t), __TMP_ALIGN) macro
62 total_size = size + HSIZ;
67 return p + HSIZ;
H A Dtal-notreent.c51 #define HSIZ ROUND_UP_MULTIPLE (sizeof (tmp_stack), __TMP_ALIGN) macro
81 chunk_size = now - current_total_allocation + HSIZ;
87 chunk_size = max_total_allocation - current_total_allocation + HSIZ;
94 header->alloc_point = (char *) chunk + HSIZ;
125 current_total_allocation -= (((char *) (tmp->end) - (char *) tmp) - HSIZ);

Completed in 317 milliseconds