Lines Matching refs:chunk_limit
157 char *chunk_limit; /* address of char after current chunk */ member
274 (unsigned) (__o->chunk_limit - __o->next_free); })
280 if (__o->chunk_limit - __o->next_free < __len) \
296 if (__o->next_free + __len > __o->chunk_limit) \
306 if (__o->next_free + __len + 1 > __o->chunk_limit) \
316 if (__o->next_free + 1 > __o->chunk_limit) \
328 if (__o->next_free + sizeof (void *) > __o->chunk_limit) \
335 if (__o->next_free + sizeof (int) > __o->chunk_limit) \
357 if (__o->chunk_limit - __o->next_free < __len) \
392 > __o1->chunk_limit - (char *)__o1->chunk) \
393 __o1->next_free = __o1->chunk_limit; \
401 if (__obj > (void *)__o->chunk && __obj < (void *)__o->chunk_limit) \
411 (unsigned) ((h)->chunk_limit - (h)->next_free)
427 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \
432 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \
439 (((h)->next_free + (h)->temp.tempint + 1 > (h)->chunk_limit) \
446 ( (((h)->next_free + 1 > (h)->chunk_limit) \
451 ( (((h)->next_free + sizeof (char *) > (h)->chunk_limit) \
456 ( (((h)->next_free + sizeof (int) > (h)->chunk_limit) \
468 (((h)->chunk_limit - (h)->next_free < (h)->temp.tempint) \
490 > (h)->chunk_limit - (char *) (h)->chunk) \
491 ? ((h)->next_free = (h)->chunk_limit) : 0), \
498 && (h)->temp.tempint < (h)->chunk_limit - (char *) (h)->chunk)) \