Searched refs:totalBytesInBatch (Results 1 – 1 of 1) sorted by relevance
181 uint64_t totalBytesInBatch = 0; in createNextBatch() local189 uint64_t bytesAvailableInBatch = MAX_BYTES_PER_BATCH - totalBytesInBatch; in createNextBatch()201 totalBytesInBatch += vmaSize; in createNextBatch()204 if (totalBytesInBatch >= MAX_BYTES_PER_BATCH) { in createNextBatch()220 batch.totalBytes = totalBytesInBatch; in createNextBatch()