PostgreSQL Source Code  git master
MemoryContextCallback Struct Reference

#include <palloc.h>

Data Fields

MemoryContextCallbackFunction func
 
void * arg
 
struct MemoryContextCallbacknext
 

Detailed Description

Definition at line 47 of file palloc.h.

Field Documentation

◆ arg

◆ func

◆ next

struct MemoryContextCallback* MemoryContextCallback::next

Definition at line 51 of file palloc.h.

Referenced by MemoryContextCallResetCallbacks(), and MemoryContextRegisterResetCallback().


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