Class SmallAllocationBenchmarks
- java.lang.Object
-
- com.github.marschall.nativebytebuffers.benchmarks.SmallAllocationBenchmarks
-
- Direct Known Subclasses:
SmallAllocationBenchmarks_jmhType_B1
public class SmallAllocationBenchmarks extends Object
-
-
Field Summary
Fields Modifier and Type Field Description intallocationSize
-
Constructor Summary
Constructors Constructor Description SmallAllocationBenchmarks()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteBufferallocateDirect()voidmalloc(org.openjdk.jmh.infra.Blackhole blackhole)
-
-
-
Method Detail
-
allocateDirect
public ByteBuffer allocateDirect()
-
malloc
public void malloc(org.openjdk.jmh.infra.Blackhole blackhole)
-
-