![]() |
CMR
1.3.0
|
Public Attributes | |
size_t | numBuckets |
Number of buckets. | |
CMR_LISTHASHTABLE_ENTRY * | buckets |
Array with buckets. | |
size_t | memNodes |
Memory allocated for nodes. | |
ListhashtableNode * | nodes |
Array with entries. | |
CMR_LISTHASHTABLE_ENTRY | firstFree |
Start of free list. | |
CMR_LISTHASHTABLE_ENTRY* _CMR_LISTHASHTABLE::buckets |
Array with buckets.
CMR_LISTHASHTABLE_ENTRY _CMR_LISTHASHTABLE::firstFree |
Start of free list.
size_t _CMR_LISTHASHTABLE::memNodes |
Memory allocated for nodes.
ListhashtableNode* _CMR_LISTHASHTABLE::nodes |
Array with entries.
size_t _CMR_LISTHASHTABLE::numBuckets |
Number of buckets.