Lines Matching refs:chunk_limit
155 char *chunk_limit; /* address of char after current chunk */ member
277 (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) \
396 __o1->next_free = __o1->chunk_limit; \
404 if (__obj > (void *)__o->chunk && __obj < (void *)__o->chunk_limit) \
414 (unsigned) ((h)->chunk_limit - (h)->next_free)
430 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \
435 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \
442 (((h)->next_free + (h)->temp.tempint + 1 > (h)->chunk_limit) \
449 ( (((h)->next_free + 1 > (h)->chunk_limit) \
454 ( (((h)->next_free + sizeof (char *) > (h)->chunk_limit) \
459 ( (((h)->next_free + sizeof (int) > (h)->chunk_limit) \
471 (((h)->chunk_limit - (h)->next_free < (h)->temp.tempint) \
493 > (h)->chunk_limit - (char *) (h)->chunk) \
494 ? ((h)->next_free = (h)->chunk_limit) : 0), \
501 && (h)->temp.tempint < (h)->chunk_limit - (char *) (h)->chunk)) \