Searched refs:allocateDirectBuffer (Results 1 – 10 of 10) sorted by relevance
28 public AllocatedBuffer allocateDirectBuffer(int capacity) {43 public abstract AllocatedBuffer allocateDirectBuffer(int capacity); in allocateDirectBuffer() method in BufferAllocator
1045 allocatedBuffer = bufferAllocator.allocateDirectBuffer(len);1107 allocatedBuffer = bufferAllocator.allocateDirectBuffer(len);1175 allocatedBuffer = bufferAllocator.allocateDirectBuffer(len);1297 allocatedBuffer = bufferAllocator.allocateDirectBuffer(len);
726 allocatedBuffer = bufferAllocator.allocateDirectBuffer(
30 public AllocatedBuffer allocateDirectBuffer(int capacity) {45 public abstract AllocatedBuffer allocateDirectBuffer(int capacity); in allocateDirectBuffer() method in BufferAllocator
1042 allocatedBuffer = bufferAllocator.allocateDirectBuffer(len);1104 allocatedBuffer = bufferAllocator.allocateDirectBuffer(len);1172 allocatedBuffer = bufferAllocator.allocateDirectBuffer(len);1294 allocatedBuffer = bufferAllocator.allocateDirectBuffer(len);
742 allocatedBuffer = bufferAllocator.allocateDirectBuffer(
49 public AllocatedBuffer allocateDirectBuffer(int capacity) {63 public abstract AllocatedBuffer allocateDirectBuffer(int capacity); in allocateDirectBuffer() method in BufferAllocator
847 return alloc.allocateDirectBuffer(chunkSize); in newDirectBuffer()851 return alloc.allocateDirectBuffer(Math.max(capacity, chunkSize)); in newDirectBuffer()
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