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

/dalvik/vm/alloc/
H A DHeapSource.cpp80 size_t concurrentStartBytes; member in struct:Heap
381 hs->heaps[0].concurrentStartBytes = SIZE_MAX;
453 heap.concurrentStartBytes = hs->minFree - CONCURRENT_START;
983 if (heap->bytesAllocated > heap->concurrentStartBytes) {
1410 heap->concurrentStartBytes = SIZE_MAX;
1412 heap->concurrentStartBytes = freeBytes - CONCURRENT_START;

Completed in 24 milliseconds