Home | History | Annotate | Download | only in alloc

Lines Matching refs:startSize

440 GcHeap *dvmHeapSourceStartup(size_t startSize, size_t absoluteMaxSize)
445 assert(startSize <= absoluteMaxSize);
450 heapSource->minimumSize = alignUp(startSize, BLOCK_SIZE);