Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/glibc/extensions/
H A Dobstack.h170 char *chunk_limit; /* address of char after current chunk */ member
377 (unsigned) (__o->chunk_limit - __o->next_free); })
383 if (__o->chunk_limit - __o->next_free < __len) \
396 if (__o->next_free + __len > __o->chunk_limit) \
406 if (__o->next_free + __len + 1 > __o->chunk_limit) \
416 if (__o->next_free + 1 > __o->chunk_limit) \
428 if (__o->next_free + sizeof (void *) > __o->chunk_limit) \
436 if (__o->next_free + sizeof (int) > __o->chunk_limit) \
451 if (__o->chunk_limit - __o->next_free < __len) \
487 > __o1->chunk_limit - (char *)__o1->chunk) \
[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;