PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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: