Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_allocator.cc364 bool check_rss_limit = true; in Allocate() local
368 allocator.Allocate(cache, needed_size, 8, false, check_rss_limit); in Allocate()
373 allocator.Allocate(cache, needed_size, 8, false, check_rss_limit); in Allocate()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h1311 bool cleared = false, bool check_rss_limit = false) {
1317 if (check_rss_limit && RssLimitIsExceeded())