Searched refs:bytesAvailableInBatch (Results 1 – 1 of 1) sorted by relevance
192 uint64_t bytesAvailableInBatch = MAX_BYTES_PER_BATCH - totalBytesInBatch; in createNextBatch() local196 if (vmaSize > bytesAvailableInBatch) { in createNextBatch()199 vmaSize = bytesAvailableInBatch; in createNextBatch()200 currentOffset_ += bytesAvailableInBatch; in createNextBatch()