Class WinNT.CACHE_DESCRIPTOR

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.WinNT.CACHE_DESCRIPTOR
Enclosing interface:
WinNT

@FieldOrder({"level","associativity","lineSize","size","type"}) public static class WinNT.CACHE_DESCRIPTOR extends Structure
Describes the cache attributes.
  • Field Details

    • level

      public WinDef.BYTE level
      The cache level. This member can be 1, 2 or 3, corresponding to L1, L2 or L3 cache, respectively (other values may be supported in the future.)
    • associativity

      public WinDef.BYTE associativity
      The cache associativity. If this member is WinNT.CACHE_FULLY_ASSOCIATIVE, the cache is fully associative.
    • lineSize

      public WinDef.WORD lineSize
      The cache line size, in bytes.
    • size

      public WinDef.DWORD size
      The cache size, in bytes.
    • type

      public int type
      The cache type.
      See Also:
  • Constructor Details

    • CACHE_DESCRIPTOR

      public CACHE_DESCRIPTOR()