Searched refs:mspace_ (Results 1 – 3 of 3) sorted by relevance
60 mspace_(mspace) { in DlMallocSpace()175 mspace_set_footprint_limit(mspace_, max_allowed); in AllocWithGrowth()180 size_t footprint = mspace_footprint(mspace_); in AllocWithGrowth()181 mspace_set_footprint_limit(mspace_, footprint); in AllocWithGrowth()236 mspace_free(mspace_, ptr); in Free()286 mspace_trim(mspace_, 0); in Trim()296 mspace_inspect_all(mspace_, callback, arg); in Walk()302 return mspace_footprint(mspace_); in GetFootprint()307 return mspace_footprint_limit(mspace_); in GetFootprintLimit()315 size_t current_space_size = mspace_footprint(mspace_); in SetFootprintLimit()[all …]
109 return mspace_; in GetMspace()183 void* mspace_; variable
59 mirror::Object* result = reinterpret_cast<mirror::Object*>(mspace_malloc(mspace_, num_bytes)); in AllocWithoutGrowthLocked()