PostgreSQL Source Code  git master
FreeListData Struct Reference

Data Fields

slock_t mutex
 
long nentries
 
HASHELEMENTfreeList
 

Detailed Description

Definition at line 153 of file dynahash.c.

Field Documentation

◆ freeList

HASHELEMENT* FreeListData::freeList

Definition at line 157 of file dynahash.c.

Referenced by element_alloc(), get_hash_entry(), and hash_search_with_hash_value().

◆ mutex

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().

◆ nentries

long 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().


The documentation for this struct was generated from the following file: