Lines Matching refs:chunk
166 struct _obstack_chunk *chunk; /* address of current struct obstack_chunk */ member
308 (__o->chunk->prev == 0 \
309 && __o->next_free == __PTR_ALIGN ((char *) __o->chunk, \
310 __o->chunk->contents, \
412 if ((size_t) (__o1->next_free - (char *) __o1->chunk) \
413 > (size_t) (__o1->chunk_limit - (char *) __o1->chunk)) \
422 if (__obj > (void *) __o->chunk && __obj < (void *) __o->chunk_limit) \
436 ((h)->chunk->prev == 0 \
437 && (h)->next_free == __PTR_ALIGN ((char *) (h)->chunk, \
438 (h)->chunk->contents, \
516 (((size_t) ((h)->next_free - (char *) (h)->chunk) \
517 > (size_t) ((h)->chunk_limit - (char *) (h)->chunk)) \
524 (((h)->temp.p > (void *) (h)->chunk \