PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ManyTestResourceKind Struct Reference

Data Fields

ResourceOwnerDesc desc
 
int nremembered
 
int nforgotten
 
int nreleased
 
int nleaked
 
dlist_head current_resources
 

Detailed Description

Definition at line 28 of file test_resowner_many.c.

Field Documentation

◆ current_resources

dlist_head ManyTestResourceKind::current_resources

Definition at line 36 of file test_resowner_many.c.

Referenced by InitManyTestResourceKind().

◆ desc

◆ nforgotten

int ManyTestResourceKind::nforgotten

Definition at line 32 of file test_resowner_many.c.

Referenced by ForgetManyTestResources(), and InitManyTestResourceKind().

◆ nleaked

int ManyTestResourceKind::nleaked

Definition at line 34 of file test_resowner_many.c.

Referenced by InitManyTestResourceKind(), and PrintManyTest().

◆ nreleased

int ManyTestResourceKind::nreleased

Definition at line 33 of file test_resowner_many.c.

Referenced by InitManyTestResourceKind(), and ReleaseManyTestResource().

◆ nremembered

int ManyTestResourceKind::nremembered

Definition at line 31 of file test_resowner_many.c.

Referenced by InitManyTestResourceKind(), and RememberManyTestResources().


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