Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_primary64.h462 uptr full_pages_chunk_count_max; in ReleaseFreeMemoryToOS() local
466 full_pages_chunk_count_max = page_size / chunk_size; in ReleaseFreeMemoryToOS()
473 full_pages_chunk_count_max = page_size / chunk_size + 1; in ReleaseFreeMemoryToOS()
478 full_pages_chunk_count_max = page_size / chunk_size + 2; in ReleaseFreeMemoryToOS()
482 full_pages_chunk_count_max = 1; in ReleaseFreeMemoryToOS()
487 full_pages_chunk_count_max = 2; in ReleaseFreeMemoryToOS()
494 full_pages_chunk_count_max, in ReleaseFreeMemoryToOS()
524 range_tracker.NextPage(counters.Get(i) == full_pages_chunk_count_max); in ReleaseFreeMemoryToOS()