Home
last modified time | relevance | path

Searched refs:msp (Results 1 – 1 of 1) sorted by relevance

/dalvik/vm/alloc/
DHeapSource.cpp63 mspace msp; member
215 return mspace_footprint_limit(hs2heap(hs)->msp); in getAllocLimit()
235 footprint += mspace_footprint(hs->heaps[i].msp); in oldHeapOverhead()
270 assert(heap->bytesAllocated < mspace_footprint(heap->msp)); in countAllocation()
278 assert(heap->bytesAllocated < mspace_footprint(heap->msp)); in countAllocation()
309 mspace msp = create_mspace_with_base(begin, morecoreStart, false /*locked*/); in createMspace() local
310 if (msp != NULL) { in createMspace()
312 mspace_set_footprint_limit(msp, startingSize); in createMspace()
316 return msp; in createMspace()
326 if (gHs->heaps[i].msp == mspace) { in dvmHeapSourceMorecore()
[all …]