GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
block_symbol_cache Struct Reference

Public Attributes

unsigned int hits
 
unsigned int misses
 
unsigned int collisions
 
unsigned int size
 
struct symbol_cache_slot symbols [1]
 

Detailed Description

Definition at line 197 of file symtab.c.

Member Data Documentation

◆ collisions

unsigned int block_symbol_cache::collisions

◆ hits

unsigned int block_symbol_cache::hits

Definition at line 199 of file symtab.c.

Referenced by symbol_cache_flush(), symbol_cache_lookup(), and symbol_cache_stats().

◆ misses

unsigned int block_symbol_cache::misses

Definition at line 200 of file symtab.c.

Referenced by symbol_cache_flush(), symbol_cache_lookup(), and symbol_cache_stats().

◆ size

unsigned int block_symbol_cache::size

◆ symbols

struct symbol_cache_slot block_symbol_cache::symbols[1]

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