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

/dalvik/vm/alloc/
H A DHeapSource.cpp65 mspace msp; member in struct:Heap
225 return mspace_footprint_limit(hs2heap(hs)->msp);
245 footprint += mspace_footprint(hs->heaps[i].msp);
280 assert(heap->bytesAllocated < mspace_footprint(heap->msp));
288 assert(heap->bytesAllocated < mspace_footprint(heap->msp));
319 mspace msp = create_mspace_with_base(begin, morecoreStart, false /*locked*/); local
320 if (msp != NULL) {
322 mspace_set_footprint_limit(msp, startingSize);
326 return msp;
336 if (gHs->heaps[i].msp
372 addInitialHeap(HeapSource *hs, mspace msp, size_t maximumSize) argument
597 mspace msp; local
1083 mspace msp = heap->msp; local
1256 mspace msp = hs->heaps[0].msp; local
[all...]

Completed in 19 milliseconds