Lines Matching refs:MallocSpace
44 size_t MallocSpace::bitmap_index_ = 0;
46 MallocSpace::MallocSpace(const std::string& name, in MallocSpace() function in art::gc::space::MallocSpace
83 MemMap MallocSpace::CreateMemMap(const std::string& name, in CreateMemMap()
122 mirror::Class* MallocSpace::FindRecentFreedObject(const mirror::Object* obj) { in FindRecentFreedObject()
137 void MallocSpace::RegisterRecentFree(mirror::Object* ptr) { in RegisterRecentFree()
143 void MallocSpace::SetGrowthLimit(size_t growth_limit) { in SetGrowthLimit()
151 void* MallocSpace::MoreCore(intptr_t increment) { in MoreCore()
181 ZygoteSpace* MallocSpace::CreateZygoteSpace(const char* alloc_space_name, bool low_memory_mode, in CreateZygoteSpace()
182 MallocSpace** out_malloc_space) { in CreateZygoteSpace()
248 void MallocSpace::Dump(std::ostream& os) const { in Dump()
258 void MallocSpace::SweepCallback(size_t num_ptrs, mirror::Object** ptrs, void* arg) { in SweepCallback()
260 space::MallocSpace* space = context->space->AsMallocSpace(); in SweepCallback()
278 void MallocSpace::ClampGrowthLimit() { in ClampGrowthLimit()