public static class MemoryPoolAdapter.MemUsage
extends java.lang.Object
| Modifier | Constructor and Description | 
|---|---|
| protected  | MemUsage(long max,
        long committed,
        long used) | 
| Modifier and Type | Method and Description | 
|---|---|
| long | getFree() | 
| long | getMax() | 
| long | getUsed() |