Package com.sun.jna.platform.mac
Class SystemB.VMStatistics
- java.lang.Object
- 
- com.sun.jna.Structure
- 
- com.sun.jna.platform.mac.SystemB.VMStatistics
 
 
- 
- Enclosing interface:
- SystemB
 
 @FieldOrder({"free_count","active_count","inactive_count","wire_count","zero_fill_count","reactivations","pageins","pageouts","faults","cow_faults","lookups","hits","purgeable_count","purges","speculative_count"}) public static class SystemB.VMStatistics extends Structure 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.sun.jna.StructureStructure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField
 
- 
 - 
Field SummaryFields Modifier and Type Field Description intactive_countintcow_faultsintfaultsintfree_countinthitsintinactive_countintlookupsintpageinsintpageoutsintpurgeable_countintpurgesintreactivationsintspeculative_countintwire_countintzero_fill_count- 
Fields inherited from class com.sun.jna.StructureALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
- 
 - 
Constructor SummaryConstructors Constructor Description VMStatistics()
 - 
Method Summary- 
Methods inherited from class com.sun.jna.StructureallocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
 
- 
 
- 
- 
- 
Field Detail- 
free_countpublic int free_count 
 - 
active_countpublic int active_count 
 - 
inactive_countpublic int inactive_count 
 - 
wire_countpublic int wire_count 
 - 
zero_fill_countpublic int zero_fill_count 
 - 
reactivationspublic int reactivations 
 - 
pageinspublic int pageins 
 - 
pageoutspublic int pageouts 
 - 
faultspublic int faults 
 - 
cow_faultspublic int cow_faults 
 - 
lookupspublic int lookups 
 - 
hitspublic int hits 
 - 
purgeable_countpublic int purgeable_count 
 - 
purgespublic int purges 
 - 
speculative_countpublic int speculative_count 
 
- 
 
-