Searched refs:chunk_limit (Results 1 – 7 of 7) sorted by relevance
170 char *chunk_limit; /* address of char after current chunk */ member316 (unsigned) (__o->chunk_limit - __o->next_free); })322 if (__o->chunk_limit - __o->next_free < __len) \335 if (__o->next_free + __len > __o->chunk_limit) \345 if (__o->next_free + __len + 1 > __o->chunk_limit) \355 if (__o->next_free + 1 > __o->chunk_limit) \367 if (__o->next_free + sizeof (void *) > __o->chunk_limit) \374 if (__o->next_free + sizeof (int) > __o->chunk_limit) \396 if (__o->chunk_limit - __o->next_free < __len) \432 > __o1->chunk_limit - (char *)__o1->chunk) \[all …]
167 char *chunk_limit; /* address of char after current chunk */ member367 (unsigned) (__o->chunk_limit - __o->next_free); })373 if (__o->chunk_limit - __o->next_free < __len) \386 if (__o->next_free + __len > __o->chunk_limit) \396 if (__o->next_free + __len + 1 > __o->chunk_limit) \406 if (__o->next_free + 1 > __o->chunk_limit) \418 if (__o->next_free + sizeof (void *) > __o->chunk_limit) \426 if (__o->next_free + sizeof (int) > __o->chunk_limit) \438 if (__o->chunk_limit - __o->next_free < __len) \474 > __o1->chunk_limit - (char *)__o1->chunk) \[all …]
199 h->chunk_limit = chunk->limit259 h->chunk_limit = chunk->limit297 new_chunk->limit = h->chunk_limit = (char *) new_chunk + new_size;396 h->chunk_limit = lp->limit;430 h->chunk_limit = lp->limit;
174 char *chunk_limit; /* address of char after current chunk */ member373 (unsigned) (__o->chunk_limit - __o->next_free); })379 if (__o->chunk_limit - __o->next_free < __len) \392 if (__o->next_free + __len > __o->chunk_limit) \402 if (__o->next_free + __len + 1 > __o->chunk_limit) \412 if (__o->next_free + 1 > __o->chunk_limit) \424 if (__o->next_free + sizeof (void *) > __o->chunk_limit) \431 if (__o->next_free + sizeof (int) > __o->chunk_limit) \453 if (__o->chunk_limit - __o->next_free < __len) \489 > __o1->chunk_limit - (char *)__o1->chunk) \[all …]
176 h->chunk_limit = chunk->limit in _obstack_begin()222 h->chunk_limit = chunk->limit in _obstack_begin_1()258 new_chunk->limit = h->chunk_limit = (char *) new_chunk + new_size; in _obstack_newchunk()351 h->chunk_limit = lp->limit; in _obstack_free()383 h->chunk_limit = lp->limit; in obstack_free()