Searched refs:allocatedBytes (Results 1 – 1 of 1) sorted by relevance
201 state.writeBytes(state.allocatedBytes(), writeStatus); in writeStreams()233 int allocatedBytes; field in OutboundFlowController.OutboundFlowState251 allocatedBytes += bytes; in allocateBytes()254 int allocatedBytes() { in allocatedBytes() method in OutboundFlowController.OutboundFlowState255 return allocatedBytes; in allocatedBytes()259 return streamableBytes() - allocatedBytes; in unallocatedBytes()263 allocatedBytes = 0; in clearAllocatedBytes()