Home
last modified time | relevance | path

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

/dalvik/vm/alloc/
DHeapSource.cpp65 mspace msp; member
225 return mspace_footprint_limit(hs2heap(hs)->msp); in getAllocLimit()
245 footprint += mspace_footprint(hs->heaps[i].msp); in oldHeapOverhead()
280 assert(heap->bytesAllocated < mspace_footprint(heap->msp)); in countAllocation()
288 assert(heap->bytesAllocated < mspace_footprint(heap->msp)); in countAllocation()
319 mspace msp = create_mspace_with_base(begin, morecoreStart, false /*locked*/); in createMspace() local
320 if (msp != NULL) { in createMspace()
322 mspace_set_footprint_limit(msp, startingSize); in createMspace()
326 return msp; in createMspace()
336 if (gHs->heaps[i].msp == mspace) { in dvmHeapSourceMorecore()
[all …]