PostgreSQL Source Code  git master
loc_chunk Struct Reference

Data Fields

struct loc_chunknext
 
unsigned int chunk_used
 
unsigned int chunk_avail
 
char data [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 118 of file util.c.

Field Documentation

◆ chunk_avail

unsigned int loc_chunk::chunk_avail

Definition at line 122 of file util.c.

Referenced by loc_alloc().

◆ chunk_used

unsigned int loc_chunk::chunk_used

Definition at line 121 of file util.c.

Referenced by loc_alloc().

◆ data

char loc_chunk::data[FLEXIBLE_ARRAY_MEMBER]

Definition at line 123 of file util.c.

Referenced by loc_alloc().

◆ next

struct loc_chunk* loc_chunk::next

Definition at line 120 of file util.c.

Referenced by loc_alloc(), and reclaim_local_storage().


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