Searched defs:Trim (Results 1 - 5 of 5) sorted by relevance

/art/runtime/gc/space/
H A Ddlmalloc_space.cc226 size_t DlMallocSpace::Trim() { function in class:art::gc::space::DlMallocSpace
228 // Trim to release memory at the end of the space.
H A Drosalloc_space.cc246 size_t RosAllocSpace::Trim() { function in class:art::gc::space::RosAllocSpace
247 VLOG(heap) << "RosAllocSpace::Trim() ";
250 // SOA required for Rosalloc::Trim() -> ArtRosAllocMoreCore() -> Heap::GetRosAllocSpace.
253 // Trim to release memory at the end of the space.
254 rosalloc_->Trim();
/art/runtime/
H A Dindirect_reference_table.cc443 void IndirectReferenceTable::Trim() { function in class:art::IndirectReferenceTable
/art/runtime/gc/allocator/
H A Drosalloc.cc1347 bool RosAlloc::Trim() { function in class:art::gc::allocator::RosAlloc
1385 LOG(INFO) << "RosAlloc::Trim() : decreased the footprint from "
1498 // Only growing is supported here. But Trim() is supported.
/art/runtime/gc/
H A Dheap.cc1268 void Heap::Trim(Thread* self) { function in class:art::gc::Heap
1284 // Trim arenas that may have been used by JIT or verifier.
1307 // Trim globals indirect reference table.
1309 // Trim locals indirect reference tables.
1337 // Trim the managed spaces.
1349 managed_reclaimed += malloc_space->Trim();
2287 // Trim the pages at the end of the non moving space. Trim while not holding zygote lock since
2289 non_moving_space_->Trim();
3682 heap->Trim(sel
[all...]

Completed in 111 milliseconds