Class NativeHeap

java.lang.Object
com.yahoo.nativec.NativeHeap
Direct Known Subclasses:
MallInfo, MallInfo2

public class NativeHeap extends Object
Represents the native C heap if accessible
Author:
baldersheim
  • Constructor Details

    • NativeHeap

      public NativeHeap()
  • Method Details

    • usedSize

      public long usedSize()
    • totalSize

      public long totalSize()
    • availableSize

      public long availableSize()
    • sample

      public static NativeHeap sample()