CMR
1.3.0
|
Public Attributes | |
size_t | numBuckets |
Number of buckets. More... | |
CMR_LISTHASHTABLE_ENTRY * | buckets |
Array with buckets. More... | |
size_t | memNodes |
Memory allocated for nodes. More... | |
ListhashtableNode * | nodes |
Array with entries. More... | |
CMR_LISTHASHTABLE_ENTRY | firstFree |
Start of free list. More... | |
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.