public class AllocatorStats extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AllocatorStats.PoolArenaStats
Pool arena statistics.
|
static class |
AllocatorStats.PoolChunkListStats
Pool chunk list statistics.
|
static class |
AllocatorStats.PoolChunkStats
Pool chunk statistics.
|
static class |
AllocatorStats.PoolSubpageStats
Pool subpage statistics.
|
| Modifier and Type | Field and Description |
|---|---|
List<AllocatorStats.PoolArenaStats> |
directArenas |
List<AllocatorStats.PoolArenaStats> |
heapArenas |
int |
normalCacheSize |
int |
numDirectArenas |
int |
numHeapArenas |
int |
numThreadLocalCaches |
int |
smallCacheSize |
| Constructor and Description |
|---|
AllocatorStats() |
public int numDirectArenas
public int numHeapArenas
public int numThreadLocalCaches
public int normalCacheSize
public int smallCacheSize
public List<AllocatorStats.PoolArenaStats> directArenas
public List<AllocatorStats.PoolArenaStats> heapArenas
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.