Searched refs:totalAllocatedBufferCount (Results 1 – 1 of 1) sorted by relevance
206 size_t totalAllocatedBufferCount = 0; in checkAndFreeBufferOnOtherStreamsLocked() local208 totalAllocatedBufferCount += streamSet.attachedBufferCountMap[i]; in checkAndFreeBufferOnOtherStreamsLocked()210 if (totalAllocatedBufferCount > streamSet.allocatedBufferWaterMark) { in checkAndFreeBufferOnOtherStreamsLocked()371 size_t totalAllocatedBufferCount = 0; in onBufferReleased() local374 totalAllocatedBufferCount += streamSet.attachedBufferCountMap[i]; in onBufferReleased()379 if (totalAllocatedBufferCount > newWaterMark && in onBufferReleased()396 totalAllocatedBufferCount > streamSet.allocatedBufferWaterMark && in onBufferReleased()