Searched refs:totalAllocatedBufferCount (Results 1 – 1 of 1) sorted by relevance
209 size_t totalAllocatedBufferCount = 0; in checkAndFreeBufferOnOtherStreamsLocked() local211 totalAllocatedBufferCount += streamSet.attachedBufferCountMap[i]; in checkAndFreeBufferOnOtherStreamsLocked()213 if (totalAllocatedBufferCount > streamSet.allocatedBufferWaterMark) { in checkAndFreeBufferOnOtherStreamsLocked()374 size_t totalAllocatedBufferCount = 0; in onBufferReleased() local377 totalAllocatedBufferCount += streamSet.attachedBufferCountMap[i]; in onBufferReleased()382 if (totalAllocatedBufferCount > newWaterMark && in onBufferReleased()399 totalAllocatedBufferCount > streamSet.allocatedBufferWaterMark && in onBufferReleased()