CMR  1.3.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
_CMR_LISTHASHTABLE Struct Reference

Public Attributes

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

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: