PostgreSQL Source Code  git master
AllocSetFreeList Struct Reference

Data Fields

int num_free
 
AllocSetContextfirst_free
 

Detailed Description

Definition at line 250 of file aset.c.

Field Documentation

◆ first_free

AllocSetContext* AllocSetFreeList::first_free

Definition at line 253 of file aset.c.

Referenced by AllocSetContextCreateInternal(), and AllocSetDelete().

◆ num_free

int AllocSetFreeList::num_free

Definition at line 252 of file aset.c.

Referenced by AllocSetContextCreateInternal(), and AllocSetDelete().


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