Searched refs:totalAllocatedBufferCount (Results 1 – 1 of 1) sorted by relevance
200 size_t totalAllocatedBufferCount = 0; in checkAndFreeBufferOnOtherStreamsLocked() local202 totalAllocatedBufferCount += streamSet.attachedBufferCountMap[i]; in checkAndFreeBufferOnOtherStreamsLocked()204 if (totalAllocatedBufferCount > streamSet.allocatedBufferWaterMark) { in checkAndFreeBufferOnOtherStreamsLocked()361 size_t totalAllocatedBufferCount = 0; in onBufferReleased() local364 totalAllocatedBufferCount += streamSet.attachedBufferCountMap[i]; in onBufferReleased()369 if (totalAllocatedBufferCount > newWaterMark && in onBufferReleased()385 totalAllocatedBufferCount > streamSet.allocatedBufferWaterMark && in onBufferReleased()