Home
last modified time | relevance | path

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

/malloc/
A Dobstack.h278 (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) \
320 if (__o->next_free + 1 > __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; \
417 (unsigned) ((h)->chunk_limit - (h)->next_free)
452 ((((h)->next_free + 1 > (h)->chunk_limit) \
496 > (h)->chunk_limit - (char *) (h)->chunk) \
[all …]
A Dobstack.c181 h->chunk_limit = chunk->limit in _obstack_begin()
229 h->chunk_limit = chunk->limit in _obstack_begin_1()
266 new_chunk->limit = h->chunk_limit = (char *) new_chunk + new_size; in _obstack_newchunk()
366 h->chunk_limit = lp->limit; in __obstack_free()

Completed in 7 milliseconds