Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary64.h525 uptr full_pages_chunk_count_max; in ReleaseFreeMemoryToOS() local
529 full_pages_chunk_count_max = page_size / chunk_size; in ReleaseFreeMemoryToOS()
536 full_pages_chunk_count_max = page_size / chunk_size + 1; in ReleaseFreeMemoryToOS()
541 full_pages_chunk_count_max = page_size / chunk_size + 2; in ReleaseFreeMemoryToOS()
545 full_pages_chunk_count_max = 1; in ReleaseFreeMemoryToOS()
550 full_pages_chunk_count_max = 2; in ReleaseFreeMemoryToOS()
557 full_pages_chunk_count_max, memory_mapper); in ReleaseFreeMemoryToOS()
586 range_tracker.NextPage(counters.Get(i) == full_pages_chunk_count_max); in ReleaseFreeMemoryToOS()