CWB
Data Fields
_MacroHashTable Struct Reference

This hash implementation can hold multiple macro entries in a single bucket in order to avoid cache overflow when very many macros are defined. More...

Data Fields

MacroEntryhash
 
int size
 

Detailed Description

This hash implementation can hold multiple macro entries in a single bucket in order to avoid cache overflow when very many macros are defined.

Since we don't need to store any other information in the buckets, a bucket is simply a pointer to a list of macro entries, i.e. a MacroEntry.

Field Documentation

MacroEntry* hash
int size

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