Home
last modified time | relevance | path

Searched refs:NettyBufferAllocator (Results 1 – 2 of 2) sorted by relevance

/external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
DNettyBufferAllocator.java26 final class NettyBufferAllocator extends BufferAllocator { class
28 private static final NettyBufferAllocator instance = new NettyBufferAllocator();
30 static NettyBufferAllocator getInstance() { in getInstance()
34 private NettyBufferAllocator() {} in NettyBufferAllocator() method in NettyBufferAllocator
DOpenJdkEngineFactory.java120 Conscrypt.setBufferAllocator(engine, NettyBufferAllocator.getInstance()); in newClientEngine()
130 Conscrypt.setBufferAllocator(engine, NettyBufferAllocator.getInstance()); in newServerEngine()