public class MemoryUtils
extends java.lang.Object
限定符和类型 | 类和说明 |
---|---|
static class |
MemoryUtils.OffHeapDetector
A utility class to check that some
MemoryUtils.Tracked objects (emulating off heap objects)
are explicitly released. |
static class |
MemoryUtils.RetainedDetector
A utility class to check that some tracked object are finalized, by way of tracking
them through a
PhantomReference . |
static class |
MemoryUtils.Tracked
An object emulating off-heap objects that need to be manually
released . |
构造器和说明 |
---|
MemoryUtils() |