Searched defs:allocateDirectBuffer (Results 1 – 5 of 5) sorted by relevance
45 public abstract AllocatedBuffer allocateDirectBuffer(int capacity); in allocateDirectBuffer() method in BufferAllocator
43 public abstract AllocatedBuffer allocateDirectBuffer(int capacity); in allocateDirectBuffer() method in BufferAllocator
63 public abstract AllocatedBuffer allocateDirectBuffer(int capacity); in allocateDirectBuffer() method in BufferAllocator
37 public AllocatedBuffer allocateDirectBuffer(int capacity) { in allocateDirectBuffer() method in NettyBufferAllocator
426 private ByteBuffer allocateDirectBuffer(int capacity) { in allocateDirectBuffer() method in CoreImpl