Home
last modified time | relevance | path

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

/malloc/
A Dtst-dynarray-fail.c349 struct rlimit limit; in reduce_rlimit_as() local
365 limit.rlim_cur = target; in reduce_rlimit_as()
366 xsetrlimit_as (&limit); in reduce_rlimit_as()
373 limit.rlim_cur = low; in reduce_rlimit_as()
374 xsetrlimit_as (&limit); in reduce_rlimit_as()
380 limit.rlim_cur = high; in reduce_rlimit_as()
381 xsetrlimit_as (&limit); in reduce_rlimit_as()
393 limit.rlim_cur = middle; in reduce_rlimit_as()
394 xsetrlimit_as (&limit); in reduce_rlimit_as()
402 limit.rlim_cur = target; in reduce_rlimit_as()
[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()
331 while (lp != 0 && ((void *) lp >= obj || (void *) (lp)->limit < obj)) in _obstack_allocated_p()
354 while (lp != 0 && ((void *) lp >= obj || (void *) (lp)->limit < obj)) in __obstack_free()
366 h->chunk_limit = lp->limit; in __obstack_free()
388 nbytes += lp->limit - (char *) lp; in strong_alias()
A Dtst-malloc-thread-fail.c336 struct rlimit limit; in do_test() local
337 if (getrlimit (RLIMIT_AS, &limit) != 0) in do_test()
343 if (limit.rlim_cur == RLIM_INFINITY || limit.rlim_cur > target) in do_test()
345 limit.rlim_cur = target; in do_test()
346 if (setrlimit (RLIMIT_AS, &limit) != 0) in do_test()
A Dobstack.h148 char *limit; /* 1 past end of this chunk */ member

Completed in 11 milliseconds