Searched refs:alloc_point (Results 1 – 2 of 2) sorted by relevance
38 void *alloc_point; member62 ASSERT (((unsigned) current->alloc_point % __TMP_ALIGN) == 0); in __gmp_tmp_alloc()64 if (size > (char *) current->end - (char *) current->alloc_point) in __gmp_tmp_alloc()94 header->alloc_point = (char *) chunk + HSIZ; in __gmp_tmp_alloc()99 that = current->alloc_point; in __gmp_tmp_alloc()100 current->alloc_point = (char *) that + size; in __gmp_tmp_alloc()112 mark->alloc_point = current->alloc_point; in __gmp_tmp_mark()128 current->alloc_point = mark->alloc_point; in __gmp_tmp_free()
409 void *alloc_point; member