Searched refs:allocateDirectBuffer (Results 1 – 9 of 9) sorted by relevance
28 public AllocatedBuffer allocateDirectBuffer(int capacity) {43 public abstract AllocatedBuffer allocateDirectBuffer(int capacity); in allocateDirectBuffer() method in BufferAllocator
1066 allocatedBuffer = bufferAllocator.allocateDirectBuffer(len);1128 allocatedBuffer = bufferAllocator.allocateDirectBuffer(len);1195 allocatedBuffer = bufferAllocator.allocateDirectBuffer(len);1317 allocatedBuffer = bufferAllocator.allocateDirectBuffer(len);
664 allocatedBuffer = bufferAllocator.allocateDirectBuffer(
30 public AllocatedBuffer allocateDirectBuffer(int capacity) {45 public abstract AllocatedBuffer allocateDirectBuffer(int capacity); in allocateDirectBuffer() method in BufferAllocator
1067 allocatedBuffer = bufferAllocator.allocateDirectBuffer(len);1129 allocatedBuffer = bufferAllocator.allocateDirectBuffer(len);1196 allocatedBuffer = bufferAllocator.allocateDirectBuffer(len);1318 allocatedBuffer = bufferAllocator.allocateDirectBuffer(len);
672 allocatedBuffer = bufferAllocator.allocateDirectBuffer(
101 optionsBuffer = allocateDirectBuffer(8); in createMessagePipe()121 optionsBuffer = allocateDirectBuffer(16); in createDataPipe()144 optionsBuffer = allocateDirectBuffer(8); in createSharedBuffer()211 ByteBuffer buffer = allocateDirectBuffer(8); in queryHandleSignalsState()225 handlesBuffer = allocateDirectBuffer(handles.size() * HANDLE_SIZE); in writeMessage()364 optionsBuffer = allocateDirectBuffer(8); in duplicate()426 private ByteBuffer allocateDirectBuffer(int capacity) { in allocateDirectBuffer() method in CoreImpl
37 public AllocatedBuffer allocateDirectBuffer(int capacity) { in allocateDirectBuffer() method in NettyBufferAllocator
META-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...