PostgreSQL Source Code  git master
MemoryContextCounters Struct Reference

#include <memnodes.h>

Data Fields

Size nblocks
 
Size freechunks
 
Size totalspace
 
Size freespace
 

Detailed Description

Definition at line 29 of file memnodes.h.

Field Documentation

◆ freechunks

Size MemoryContextCounters::freechunks

◆ freespace

◆ nblocks

Size MemoryContextCounters::nblocks

◆ totalspace

Size MemoryContextCounters::totalspace

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