Home
last modified time | relevance | path

Searched defs:allocateBytes (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
DOutboundFlowController.java250 void allocateBytes(int bytes) { in allocateBytes() method in OutboundFlowController.OutboundFlowState
/external/swiftshader/third_party/subzero/src/
DIceAssembler.h254 uintptr_t allocateBytes(size_t bytes) { in allocateBytes() function