Searched refs:mspace_ (Results 1 – 3 of 3) sorted by relevance
/art/runtime/gc/space/ |
D | dlmalloc_space.cc | 44 mspace_(mspace) { in DlMallocSpace() 135 mspace_set_footprint_limit(mspace_, max_allowed); in AllocWithGrowth() 139 size_t footprint = mspace_footprint(mspace_); in AllocWithGrowth() 140 mspace_set_footprint_limit(mspace_, footprint); in AllocWithGrowth() 169 mspace_free(mspace_, ptr); in Free() 211 mspace_bulk_free(mspace_, reinterpret_cast<void**>(ptrs), num_ptrs); in FreeList() 240 mspace_trim(mspace_, 0); in Trim() 243 mspace_inspect_all(mspace_, DlmallocMadviseCallback, &reclaimed); in Trim() 250 mspace_inspect_all(mspace_, callback, arg); in Walk() 256 return mspace_footprint(mspace_); in GetFootprint() [all …]
|
D | dlmalloc_space.h | 89 return mspace_; in GetMspace() 150 void* mspace_; variable
|
D | dlmalloc_space-inl.h | 55 mirror::Object* result = reinterpret_cast<mirror::Object*>(mspace_malloc(mspace_, num_bytes)); in AllocWithoutGrowthLocked()
|