Searched refs:totalBytesInBatch (Results 1 – 1 of 1) sorted by relevance
184 uint64_t totalBytesInBatch = 0; in createNextBatch() local192 uint64_t bytesAvailableInBatch = MAX_BYTES_PER_BATCH - totalBytesInBatch; in createNextBatch()204 totalBytesInBatch += vmaSize; in createNextBatch()207 if (totalBytesInBatch >= MAX_BYTES_PER_BATCH) { in createNextBatch()223 batch.totalBytes = totalBytesInBatch; in createNextBatch()