MpStat

open class MpStat

Information describing a memory pool, used to return OS information to the management layer.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open var blksiz: Int
Size of the memory blocks in the pool.
Link copied to clipboard
open var min: Int
Minimum number of free memory blocks ever.
Link copied to clipboard
open var nblks: Int
Number of memory blocks in the pool.
Link copied to clipboard
open var nfree: Int
Number of free memory blocks.