ChibiOS/RT 7.0.5
|
Structure representing an hash table element. More...
#include <chobjcaches.h>
Data Fields | |
oc_object_t * | hash_next |
Next in the collisions list. | |
oc_object_t * | hash_prev |
Previous in the collisions list. |
Structure representing an hash table element.
Definition at line 117 of file chobjcaches.h.
oc_object_t* ch_oc_hash_header::hash_next |
Next in the collisions list.
Definition at line 121 of file chobjcaches.h.
Referenced by chCacheObjectInit(), and hash_get_s().
oc_object_t* ch_oc_hash_header::hash_prev |
Previous in the collisions list.
Definition at line 125 of file chobjcaches.h.
Referenced by chCacheObjectInit().