PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
MemoryStatsEntry Struct Reference

#include <memutils.h>

Data Fields

dsa_pointer name
 
dsa_pointer ident
 
dsa_pointer path
 
NodeTag type
 
int path_length
 
int levels
 
int64 totalspace
 
int64 nblocks
 
int64 freespace
 
int64 freechunks
 
int num_agg_stats
 

Detailed Description

Definition at line 343 of file memutils.h.

Field Documentation

◆ freechunks

int64 MemoryStatsEntry::freechunks

Definition at line 354 of file memutils.h.

Referenced by ProcessGetMemoryContextInterrupt(), and PublishMemoryContext().

◆ freespace

int64 MemoryStatsEntry::freespace

Definition at line 353 of file memutils.h.

Referenced by ProcessGetMemoryContextInterrupt(), and PublishMemoryContext().

◆ ident

dsa_pointer MemoryStatsEntry::ident

Definition at line 346 of file memutils.h.

Referenced by ProcessGetMemoryContextInterrupt(), and PublishMemoryContext().

◆ levels

int MemoryStatsEntry::levels

Definition at line 350 of file memutils.h.

Referenced by PublishMemoryContext().

◆ name

dsa_pointer MemoryStatsEntry::name

Definition at line 345 of file memutils.h.

Referenced by ProcessGetMemoryContextInterrupt(), and PublishMemoryContext().

◆ nblocks

int64 MemoryStatsEntry::nblocks

Definition at line 352 of file memutils.h.

Referenced by ProcessGetMemoryContextInterrupt(), and PublishMemoryContext().

◆ num_agg_stats

int MemoryStatsEntry::num_agg_stats

Definition at line 355 of file memutils.h.

Referenced by ProcessGetMemoryContextInterrupt(), and PublishMemoryContext().

◆ path

◆ path_length

int MemoryStatsEntry::path_length

Definition at line 349 of file memutils.h.

Referenced by PublishMemoryContext().

◆ totalspace

int64 MemoryStatsEntry::totalspace

Definition at line 351 of file memutils.h.

Referenced by ProcessGetMemoryContextInterrupt(), and PublishMemoryContext().

◆ type

NodeTag MemoryStatsEntry::type

Definition at line 348 of file memutils.h.

Referenced by ProcessGetMemoryContextInterrupt(), and PublishMemoryContext().


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