Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.h78 bool IsLargerThanPageReleaseThreshold(RosAlloc* rosalloc) in IsLargerThanPageReleaseThreshold() function
93 return IsLargerThanPageReleaseThreshold(rosalloc); in ShouldReleasePages()
95 return IsLargerThanPageReleaseThreshold(rosalloc) && IsAtEndOfSpace(rosalloc); in ShouldReleasePages()