Lines Matching refs:chunk_limit
156 char *chunk_limit; /* address of char after current chunk */
281 (unsigned) (__o->chunk_limit - __o->next_free); })
287 if (__o->chunk_limit - __o->next_free < __len) \
303 if (__o->next_free + __len > __o->chunk_limit) \
313 if (__o->next_free + __len + 1 > __o->chunk_limit) \
323 if (__o->next_free + 1 > __o->chunk_limit) \
335 if (__o->next_free + sizeof (void *) > __o->chunk_limit) \
342 if (__o->next_free + sizeof (int) > __o->chunk_limit) \
364 if (__o->chunk_limit - __o->next_free < __len) \
399 > __o1->chunk_limit - (char *)__o1->chunk) \
400 __o1->next_free = __o1->chunk_limit; \
408 if (__obj > (void *)__o->chunk && __obj < (void *)__o->chunk_limit) \
419 (unsigned) ((h)->chunk_limit - (h)->next_free)
435 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \
440 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \
447 (((h)->next_free + (h)->temp.tempint + 1 > (h)->chunk_limit) \
454 ( (((h)->next_free + 1 > (h)->chunk_limit) \
459 ( (((h)->next_free + sizeof (char *) > (h)->chunk_limit) \
464 ( (((h)->next_free + sizeof (int) > (h)->chunk_limit) \
476 (((h)->chunk_limit - (h)->next_free < (h)->temp.tempint) \
498 > (h)->chunk_limit - (char *) (h)->chunk) \
499 ? ((h)->next_free = (h)->chunk_limit) : 0), \
506 && (h)->temp.tempint < (h)->chunk_limit - (char *) (h)->chunk)) \