Searched refs:chunk_limit (Results 1 – 2 of 2) sorted by relevance
155 char *chunk_limit; /* address of char after current chunk */ member277 (unsigned) (__o->chunk_limit - __o->next_free); })283 if (__o->chunk_limit - __o->next_free < __len) \299 if (__o->next_free + __len > __o->chunk_limit) \309 if (__o->next_free + __len + 1 > __o->chunk_limit) \319 if (__o->next_free + 1 > __o->chunk_limit) \331 if (__o->next_free + sizeof (void *) > __o->chunk_limit) \338 if (__o->next_free + sizeof (int) > __o->chunk_limit) \360 if (__o->chunk_limit - __o->next_free < __len) \395 > __o1->chunk_limit - (char *)__o1->chunk) \[all …]
178 h->chunk_limit = chunk->limit in _obstack_begin()226 h->chunk_limit = chunk->limit in _obstack_begin_1()263 new_chunk->limit = h->chunk_limit = (char *) new_chunk + new_size; in _obstack_newchunk()363 h->chunk_limit = lp->limit; in __obstack_free()