Lines Matching refs:chunk_limit
159 char *chunk_limit; /* address of char after current chunk */ member
278 (unsigned) (__o->chunk_limit - __o->next_free); })
284 if (__o->chunk_limit - __o->next_free < __len) \
300 if (__o->next_free + __len > __o->chunk_limit) \
310 if (__o->next_free + __len + 1 > __o->chunk_limit) \
320 if (__o->next_free + 1 > __o->chunk_limit) \
332 if (__o->next_free + sizeof (void *) > __o->chunk_limit) \
339 if (__o->next_free + sizeof (int) > __o->chunk_limit) \
363 if (__o->chunk_limit - __o->next_free < __len) \
398 > __o1->chunk_limit - (char *) __o1->chunk) \
399 __o1->next_free = __o1->chunk_limit; \
407 if (__obj > (void *) __o->chunk && __obj < (void *) __o->chunk_limit) \
417 (unsigned) ((h)->chunk_limit - (h)->next_free)
433 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \
438 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \
445 (((h)->next_free + (h)->temp.tempint + 1 > (h)->chunk_limit) \
452 ((((h)->next_free + 1 > (h)->chunk_limit) \
457 ((((h)->next_free + sizeof (char *) > (h)->chunk_limit) \
462 ((((h)->next_free + sizeof (int) > (h)->chunk_limit) \
474 (((h)->chunk_limit - (h)->next_free < (h)->temp.tempint) \
496 > (h)->chunk_limit - (char *) (h)->chunk) \
497 ? ((h)->next_free = (h)->chunk_limit) : 0), \
504 && (h)->temp.tempint < (h)->chunk_limit - (char *) (h)->chunk)) \