Skip navigation links
JNA API 5.3.1
com.sun.jna.platform.win32

Class WinNT.CACHE_RELATIONSHIP

    • Field Detail

      • level

        public byte level
        The cache level. This member can be 1 (L1), 2 (L2), 3 (L3), or 4 (L4).
      • associativity

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

        public short lineSize
        The cache line size, in bytes.
      • cacheSize

        public int cacheSize
        The cache size, in bytes.
      • reserved

        public byte[] reserved
        This member is reserved.
    • Constructor Detail

      • CACHE_RELATIONSHIP

        public CACHE_RELATIONSHIP()
      • CACHE_RELATIONSHIP

        public CACHE_RELATIONSHIP(Pointer memory)
JNA API 5.3.1

Copyright © 2007-2018 Timothy Wall. All Rights Reserved.