Package com.yahoo.nativec
Class MallInfo2
java.lang.Object
com.yahoo.nativec.NativeHeap
com.yahoo.nativec.MallInfo2
Gives access to the information provided by the C library mallinfo2() function.
- Author:
- baldersheim
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class com.yahoo.nativec.NativeHeap
sample
-
Constructor Details
-
MallInfo2
public MallInfo2()
-
-
Method Details
-
init
-
usedSize
public long usedSize()- Overrides:
usedSize
in classNativeHeap
-
totalSize
public long totalSize()- Overrides:
totalSize
in classNativeHeap
-
availableSize
public long availableSize()- Overrides:
availableSize
in classNativeHeap
-