Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dobstack.h157 char *chunk_limit; /* address of char after current chunk */ member
274 (unsigned) (__o->chunk_limit - __o->next_free); })
280 if (__o->chunk_limit - __o->next_free < __len) \
296 if (__o->next_free + __len > __o->chunk_limit) \
306 if (__o->next_free + __len + 1 > __o->chunk_limit) \
316 if (__o->next_free + 1 > __o->chunk_limit) \
328 if (__o->next_free + sizeof (void *) > __o->chunk_limit) \
335 if (__o->next_free + sizeof (int) > __o->chunk_limit) \
357 if (__o->chunk_limit - __o->next_free < __len) \
392 > __o1->chunk_limit - (char *)__o1->chunk) \
[all …]