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

/dalvik/vm/alloc/
H A DHeapSource.h34 GcHeap *dvmHeapSourceStartup(size_t startSize, size_t absoluteMaxSize);
H A DHeapSource.c135 size_t startSize; member in struct:HeapSource
281 createMspace(size_t startSize, size_t absoluteMaxSize, size_t id) argument
301 LOGV_HEAP("Creating VM heap of size %u\n", startSize);
303 msp = create_contiguous_mspace_with_name(startSize/2,
309 mspace_set_max_allowed_footprint(msp, startSize);
315 startSize/2, absoluteMaxSize, errno);
393 dvmHeapSourceStartup(size_t startSize, size_t absoluteMaxSize) argument
402 if (startSize > absoluteMaxSize) {
404 startSize, absoluteMaxSize);
411 msp = createMspace(startSize, absoluteMaxSiz
[all...]

Completed in 54 milliseconds