Searched refs:mspace_ (Results 1 – 3 of 3) sorted by relevance
/art/runtime/gc/space/ |
D | dlmalloc_space.cc | 44 mspace_(mspace) { in DlMallocSpace() 136 mspace_set_footprint_limit(mspace_, max_allowed); in AllocWithGrowth() 141 size_t footprint = mspace_footprint(mspace_); in AllocWithGrowth() 142 mspace_set_footprint_limit(mspace_, footprint); in AllocWithGrowth() 177 mspace_free(mspace_, ptr); in Free() 219 mspace_bulk_free(mspace_, reinterpret_cast<void**>(ptrs), num_ptrs); in FreeList() 227 mspace_trim(mspace_, 0); in Trim() 230 mspace_inspect_all(mspace_, DlmallocMadviseCallback, &reclaimed); in Trim() 237 mspace_inspect_all(mspace_, callback, arg); in Walk() 243 return mspace_footprint(mspace_); in GetFootprint() [all …]
|
D | dlmalloc_space.h | 100 return mspace_; in GetMspace() 162 void* mspace_; variable
|
D | dlmalloc_space-inl.h | 59 mirror::Object* result = reinterpret_cast<mirror::Object*>(mspace_malloc(mspace_, num_bytes)); in AllocWithoutGrowthLocked()
|