Searched defs:mspace (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/alloc/
H A DHeapSource.cpp61 /* The mspace to allocate from.
63 mspace msp;
69 /* Number of bytes allocated from this mspace for objects,
75 /* Number of bytes allocated from this mspace at which a
80 /* Number of objects currently allocated from this mspace.
95 * If the heap has an mspace, the current high water mark in
198 * active mspace. idealSize can be greater than softLimit
300 static mspace createMspace(void* begin, size_t morecoreStart, size_t startingSize)
304 // Allow access to inital pages that will hold mspace.
306 // Create mspace usin
322 dvmHeapSourceMorecore(void* mspace, intptr_t increment) argument
[all...]

Completed in 43 milliseconds