Lines Matching full:mspace
63 /* The mspace to allocate from.
65 mspace msp;
71 /* Number of bytes allocated from this mspace for objects,
77 /* Number of bytes allocated from this mspace at which a
82 /* Number of objects currently allocated from this mspace.
97 * If the heap has an mspace, the current high water mark in
208 * active mspace. idealSize can be greater than softLimit
310 static mspace createMspace(void* begin, size_t morecoreStart, size_t startingSize)
314 // Allow access to inital pages that will hold mspace.
316 // Create mspace using our backing storage starting at begin and with a footprint of
319 mspace msp = create_mspace_with_base(begin, morecoreStart, false /*locked*/);
332 void* dvmHeapSourceMorecore(void* mspace, intptr_t increment)
336 if (gHs->heaps[i].msp == mspace) {
342 ALOGE("Failed to find heap for mspace %p", mspace);
372 static bool addInitialHeap(HeapSource *hs, mspace msp, size_t maximumSize)
597 mspace msp;
619 /* Create an unlocked dlmalloc mspace to use as
1067 * the same mspace, and must be in increasing order. This implies that
1083 mspace msp = heap->msp;
1256 mspace msp = hs->heaps[0].msp;