|
PostgreSQL Source Code git master
|
Data Fields | |
| slock_t | mutex |
| int64 | nentries |
| HASHELEMENT * | freeList |
Definition at line 153 of file dynahash.c.
| HASHELEMENT* FreeListData::freeList |
Definition at line 157 of file dynahash.c.
Referenced by element_alloc(), get_hash_entry(), and hash_search_with_hash_value().
| slock_t FreeListData::mutex |
Definition at line 155 of file dynahash.c.
Referenced by element_alloc(), get_hash_entry(), hash_search_with_hash_value(), and init_htab().
| int64 FreeListData::nentries |
Definition at line 156 of file dynahash.c.
Referenced by get_hash_entry(), hash_get_num_entries(), and hash_search_with_hash_value().