|
Blender
V2.93
|
#include <BLI_smallhash.h>
Public Attributes | |
| unsigned int | nbuckets |
| unsigned int | nentries |
| unsigned int | cursize |
| SmallHashEntry * | buckets |
| SmallHashEntry | buckets_stack [SMSTACKSIZE] |
Definition at line 40 of file BLI_smallhash.h.
| SmallHashEntry* SmallHash::buckets |
Definition at line 45 of file BLI_smallhash.h.
Referenced by BLI_smallhash_init_ex(), BLI_smallhash_release(), smallhash_init_empty(), smallhash_iternext(), smallhash_lookup(), smallhash_lookup_first_free(), and smallhash_resize_buckets().
| SmallHashEntry SmallHash::buckets_stack[SMSTACKSIZE] |
Definition at line 46 of file BLI_smallhash.h.
Referenced by BLI_smallhash_init_ex(), BLI_smallhash_release(), and smallhash_resize_buckets().
| unsigned int SmallHash::cursize |
Definition at line 43 of file BLI_smallhash.h.
Referenced by BLI_smallhash_init_ex(), BLI_smallhash_insert(), and smallhash_buckets_reserve().
| unsigned int SmallHash::nbuckets |
Definition at line 41 of file BLI_smallhash.h.
Referenced by BLI_smallhash_init_ex(), BLI_smallhash_insert(), smallhash_buckets_reserve(), smallhash_init_empty(), smallhash_iternext(), smallhash_lookup(), smallhash_lookup_first_free(), and smallhash_resize_buckets().
| unsigned int SmallHash::nentries |
Definition at line 42 of file BLI_smallhash.h.
Referenced by BLI_smallhash_init_ex(), BLI_smallhash_insert(), and BLI_smallhash_len().