Class SystemB.XswUsage

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.mac.SystemB.XswUsage
Enclosing interface:
SystemB

@FieldOrder({"xsu_total","xsu_avail","xsu_used","xsu_pagesize","xsu_encrypted"}) public static class SystemB.XswUsage extends Structure
Return type for sysctl vm.swapusage
  • Field Details

    • xsu_total

      public long xsu_total
    • xsu_avail

      public long xsu_avail
    • xsu_used

      public long xsu_used
    • xsu_pagesize

      public int xsu_pagesize
    • xsu_encrypted

      public boolean xsu_encrypted
  • Constructor Details

    • XswUsage

      public XswUsage()