CMR  1.3.0
Public Attributes | List of all members
_CMR_LISTHASHTABLE Struct Reference

Public Attributes

size_t numBuckets
 Number of buckets. More...
 
CMR_LISTHASHTABLE_ENTRYbuckets
 Array with buckets. More...
 
size_t memNodes
 Memory allocated for nodes. More...
 
ListhashtableNodenodes
 Array with entries. More...
 
CMR_LISTHASHTABLE_ENTRY firstFree
 Start of free list. More...
 

Member Data Documentation

◆ buckets

CMR_LISTHASHTABLE_ENTRY* _CMR_LISTHASHTABLE::buckets

Array with buckets.

◆ firstFree

CMR_LISTHASHTABLE_ENTRY _CMR_LISTHASHTABLE::firstFree

Start of free list.

◆ memNodes

size_t _CMR_LISTHASHTABLE::memNodes

Memory allocated for nodes.

◆ nodes

ListhashtableNode* _CMR_LISTHASHTABLE::nodes

Array with entries.

◆ numBuckets

size_t _CMR_LISTHASHTABLE::numBuckets

Number of buckets.


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