PostgreSQL Source Code  git master
auto_mem Struct Reference

Data Fields

void * pointer
 
struct auto_memnext
 

Detailed Description

Definition at line 65 of file memory.c.

Field Documentation

◆ next

struct auto_mem* auto_mem::next

Definition at line 68 of file memory.c.

Referenced by ecpg_add_mem(), ecpg_clear_auto_mem(), and ECPGfree_auto_mem().

◆ pointer

void* auto_mem::pointer

Definition at line 67 of file memory.c.

Referenced by ecpg_add_mem(), and ECPGfree_auto_mem().


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