Home
last modified time | relevance | path

Searched refs:allocateBytes (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
DOutboundFlowController.java184 state.allocateBytes(bytesForStream); in writeStreams()
250 void allocateBytes(int bytes) { in allocateBytes() method in OutboundFlowController.OutboundFlowState
/external/swiftshader/third_party/subzero/src/
DIceAssembler.cpp34 uintptr_t Result = Assemblr.allocateBytes(Capacity); in NewContents()
DIceAssembler.h254 uintptr_t allocateBytes(size_t bytes) { in allocateBytes() function