ChibiOS  21.6.0
ch_oc_hash_header Struct Reference

Structure representing an hash table element. More...

#include <chobjcaches.h>

Collaboration diagram for ch_oc_hash_header:
Collaboration graph

Data Fields

oc_object_thash_next
 Next in the collisions list. More...
 
oc_object_thash_prev
 Previous in the collisions list. More...
 

Detailed Description

Structure representing an hash table element.

Definition at line 113 of file chobjcaches.h.

Field Documentation

◆ hash_next

oc_object_t* ch_oc_hash_header::hash_next

Next in the collisions list.

Definition at line 117 of file chobjcaches.h.

Referenced by chCacheObjectInit().

◆ hash_prev

oc_object_t* ch_oc_hash_header::hash_prev

Previous in the collisions list.

Definition at line 121 of file chobjcaches.h.

Referenced by chCacheObjectInit().