Searched refs:chunk_limit (Results 1 – 2 of 2) sorted by relevance
170 char *chunk_limit; /* address of char after current chunk */ member377 (unsigned) (__o->chunk_limit - __o->next_free); })383 if (__o->chunk_limit - __o->next_free < __len) \396 if (__o->next_free + __len > __o->chunk_limit) \406 if (__o->next_free + __len + 1 > __o->chunk_limit) \416 if (__o->next_free + 1 > __o->chunk_limit) \428 if (__o->next_free + sizeof (void *) > __o->chunk_limit) \436 if (__o->next_free + sizeof (int) > __o->chunk_limit) \451 if (__o->chunk_limit - __o->next_free < __len) \487 > __o1->chunk_limit - (char *)__o1->chunk) \[all …]
205 h->chunk_limit = chunk->limit265 h->chunk_limit = chunk->limit304 new_chunk->limit = h->chunk_limit = (char *) new_chunk + new_size;411 h->chunk_limit = lp->limit;449 h->chunk_limit = lp->limit;