Package one.nio.mem
Class MallocAnalyzer
- java.lang.Object
-
- one.nio.mem.Malloc
-
- one.nio.mem.MallocMT
-
- one.nio.mem.MallocAnalyzer
-
- All Implemented Interfaces:
Allocator,MallocMXBean
public class MallocAnalyzer extends MallocMT
-
-
Field Summary
-
Fields inherited from class one.nio.mem.MallocMT
DEFAULT_CONCURRENCY_LEVEL
-
-
Constructor Summary
Constructors Constructor Description MallocAnalyzer(long base, long capacity, PrintStream out)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidchunkInfo()voidinfo()static voidmain(String[] args)voidsegmentInfo()-
Methods inherited from class one.nio.mem.MallocMT
allocatedSize, free, getFreeMemory, malloc, segment, segmentFor, segments, verify
-
Methods inherited from class one.nio.mem.Malloc
base, calloc, getTotalMemory, getUsedMemory
-
-
-
-
Constructor Detail
-
MallocAnalyzer
public MallocAnalyzer(long base, long capacity, PrintStream out)
-
-