Class OffHeapMemoryCleaner
- java.lang.Object
-
- net.haesleinhuepf.clij.coremem.offheap.OffHeapMemoryCleaner
-
-
Constructor Summary
Constructors Constructor Description OffHeapMemoryCleaner(Long pAddress, Long pSignature, String pName, StackTraceElement[] pAllocationStackTrace)Creates a cleaner given an address, signature, name and allocation stacktrace.
-
-
-
Constructor Detail
-
OffHeapMemoryCleaner
public OffHeapMemoryCleaner(Long pAddress, Long pSignature, String pName, StackTraceElement[] pAllocationStackTrace)
Creates a cleaner given an address, signature, name and allocation stacktrace. The name and allocation stacktrace are useful to figure out where a problematic memory region was allocated.- Parameters:
pAddress- address to freepSignature- corresponding signaturepName- name of memorypAllocationStackTrace- allocation stack trace at allocation point
-
-