← Back to C-Kernel-Engine Docs Doxygen Source Documentation
CacheInfo Struct Reference

#include <system_topology.h>

Data Fields

int level
 
int line_size_bytes
 
int shared_by_cores
 
int size_kb
 
char type [16]
 
int ways_of_associativity
 

Detailed Description

Definition at line 73 of file system_topology.h.

Field Documentation

◆ level

int CacheInfo::level

Definition at line 74 of file system_topology.h.

Referenced by cache_compare(), topology_discover_cache(), and topology_print_cache().

◆ line_size_bytes

int CacheInfo::line_size_bytes

Definition at line 77 of file system_topology.h.

Referenced by topology_discover_cache().

◆ shared_by_cores

int CacheInfo::shared_by_cores

Definition at line 79 of file system_topology.h.

Referenced by topology_discover_cache(), and topology_print_cache().

◆ size_kb

int CacheInfo::size_kb

Definition at line 76 of file system_topology.h.

Referenced by topology_discover_cache(), and topology_print_cache().

◆ type

char CacheInfo::type[16]

Definition at line 75 of file system_topology.h.

Referenced by cache_compare(), topology_discover_cache(), and topology_print_cache().

◆ ways_of_associativity

int CacheInfo::ways_of_associativity

Definition at line 78 of file system_topology.h.

Referenced by topology_discover_cache().


The documentation for this struct was generated from the following file: