Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/gmp/dist/
H A Dtal-notreent.c38 void *alloc_point; member
62 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()
H A Dgmp-impl.h409 void *alloc_point; member