Home
last modified time | relevance | path

Searched refs:bytesAvailableInBatch (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/jni/
Dcom_android_server_am_CachedAppOptimizer.cpp192 uint64_t bytesAvailableInBatch = MAX_BYTES_PER_BATCH - totalBytesInBatch; in createNextBatch() local
196 if (vmaSize > bytesAvailableInBatch) { in createNextBatch()
199 vmaSize = bytesAvailableInBatch; in createNextBatch()
200 currentOffset_ += bytesAvailableInBatch; in createNextBatch()