Home
last modified time | relevance | path

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

/glibc-2.36/malloc/
Dobstack.h159 char *chunk_limit; /* address of char after current chunk */ member
278 (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) \
310 if (__o->next_free + __len + 1 > __o->chunk_limit) \
320 if (__o->next_free + 1 > __o->chunk_limit) \
332 if (__o->next_free + sizeof (void *) > __o->chunk_limit) \
339 if (__o->next_free + sizeof (int) > __o->chunk_limit) \
363 if (__o->chunk_limit - __o->next_free < __len) \
398 > __o1->chunk_limit - (char *) __o1->chunk) \
[all …]
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()