48495051525354
@Override public void init( int numberOfBuffers, int size ) { this.capacity = numberOfBuffers * size; this.allocator = new LazyUnsafeAllocator( numberOfBuffers, capacity ); }