Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.h107 rosalloc->ReleasePageRange(start, start + byte_size); in ReleasePages()
556 size_t ReleasePageRange(uint8_t* start, uint8_t* end) EXCLUSIVE_LOCKS_REQUIRED(lock_);
Drosalloc.cc2164 reclaimed_bytes += ReleasePageRange(start, start + fpr_size); in ReleasePages()
2188 size_t RosAlloc::ReleasePageRange(uint8_t* start, uint8_t* end) { in ReleasePageRange() function in art::gc::allocator::RosAlloc