Searched refs:chunk_limit (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/glibc/extensions/
H A Dobstack.h171 char *chunk_limit; /* address of char after current chunk */
381 (unsigned) (__o->chunk_limit - __o->next_free); })
387 if (__o->chunk_limit - __o->next_free < __len) \
400 if (__o->next_free + __len > __o->chunk_limit) \
410 if (__o->next_free + __len + 1 > __o->chunk_limit) \
420 if (__o->next_free + 1 > __o->chunk_limit) \
432 if (__o->next_free + sizeof (void *) > __o->chunk_limit) \
440 if (__o->next_free + sizeof (int) > __o->chunk_limit) \
455 if (__o->chunk_limit - __o->next_free < __len) \
491 > __o1->chunk_limit
170 char *chunk_limit; /* address of char after current chunk */ member in struct:obstack
[all...]
H A Dobstack.c205 h->chunk_limit = chunk->limit
265 h->chunk_limit = chunk->limit
304 new_chunk->limit = h->chunk_limit = (char *) new_chunk + new_size;
411 h->chunk_limit = lp->limit;
449 h->chunk_limit = lp->limit;

Completed in 38 milliseconds