Class AllocatorStats


  • public class AllocatorStats
    extends java.lang.Object
    Allocator statistics.
    • Field Detail

      • numDirectArenas

        public int numDirectArenas
      • numHeapArenas

        public int numHeapArenas
      • numThreadLocalCaches

        public int numThreadLocalCaches
      • normalCacheSize

        public int normalCacheSize
      • smallCacheSize

        public int smallCacheSize
      • tinyCacheSize

        public int tinyCacheSize
    • Constructor Detail

      • AllocatorStats

        public AllocatorStats()