PostgreSQL Source Code git master
Loading...
Searching...
No Matches
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

Definition at line 32 of file memnodes.h.

◆ freespace

Size MemoryContextCounters::freespace

Definition at line 34 of file memnodes.h.

◆ nblocks

Size MemoryContextCounters::nblocks

Definition at line 31 of file memnodes.h.

◆ totalspace

Size MemoryContextCounters::totalspace

Definition at line 33 of file memnodes.h.


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