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

/dalvik/vm/alloc/
H A DHeapSource.c103 mspace *msp; member in struct:__anon56
207 footprint += mspace_footprint(hs->heaps[i].msp);
246 assert(heap->bytesAllocated < mspace_footprint(heap->msp));
248 heap->bytesAllocated += mspace_usable_size(heap->msp, ptr) +
255 assert(heap->bytesAllocated < mspace_footprint(heap->msp));
263 delta = mspace_usable_size(heap->msp, ptr) + HEAP_SOURCE_CHUNK_OVERHEAD;
283 mspace *msp; local
303 msp = create_contiguous_mspace_with_name(startSize/2,
305 if (msp != NULL) {
309 mspace_set_max_allowed_footprint(msp, startSiz
322 addNewHeap(HeapSource *hs, mspace *msp, size_t mspAbsoluteMaxSize) argument
367 mspace *msp = hs->heaps[0].msp; local
398 mspace msp; local
923 mspace *msp = hs->heaps[0].msp; local
950 mspace *msp = hs->heaps[0].msp; local
[all...]

Completed in 27 milliseconds