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


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

int size

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