Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Drelease.h152 void processNextPage(bool Freed) { in processNextPage() function
292 RangeTracker.processNextPage(Counters.get(I, J) == in releaseFreeMemoryToOS()
325 RangeTracker.processNextPage(Counters.get(I, J) == BlocksPerPage); in releaseFreeMemoryToOS()
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Drelease_test.cpp107 Tracker.processNextPage(TestCase[I] == 'x'); in TEST()