Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dcombined.h442 const uptr NextPage = roundUpTo(TaggedUserPtr, getPageSizeCached()); variable
443 if (NextPage < PrevEnd && loadTag(NextPage) != NextPage)
444 PrevEnd = NextPage;
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary64.h477 void NextPage(bool freed) { in NextPage() function
586 range_tracker.NextPage(counters.Get(i) == full_pages_chunk_count_max); in ReleaseFreeMemoryToOS()
614 range_tracker.NextPage(counters.Get(i) == chunks_per_page); in ReleaseFreeMemoryToOS()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cpp1279 tracker.NextPage(test_case[i] == 'x'); in TEST()