Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.h77 bool IsLargerThanPageReleaseThreshold(RosAlloc* rosalloc) in IsLargerThanPageReleaseThreshold() function
92 return IsLargerThanPageReleaseThreshold(rosalloc); in ShouldReleasePages()
94 return IsLargerThanPageReleaseThreshold(rosalloc) && IsAtEndOfSpace(rosalloc); in ShouldReleasePages()