PostgreSQL Source Code: MemoryContextCounters Struct Reference (original) (raw)

#include <[memnodes.h](memnodes%5F8h%5Fsource.html)>

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.

Referenced by AllocSetStats(), GenerationStats(), MemoryContextStatsDetail(), MemoryContextStatsInternal(), and SlabStats().

freespace

Size MemoryContextCounters::freespace

Definition at line 34 of file memnodes.h.

Referenced by AllocSetStats(), BumpStats(), GenerationStats(), MemoryContextStatsDetail(), MemoryContextStatsInternal(), show_memory_counters(), and SlabStats().

nblocks

Size MemoryContextCounters::nblocks

Definition at line 31 of file memnodes.h.

Referenced by AllocSetStats(), BumpStats(), GenerationStats(), MemoryContextStatsDetail(), MemoryContextStatsInternal(), and SlabStats().

totalspace

Size MemoryContextCounters::totalspace

Definition at line 33 of file memnodes.h.

Referenced by AllocSetStats(), BumpStats(), GenerationStats(), MemoryContextStatsDetail(), MemoryContextStatsInternal(), show_memory_counters(), and SlabStats().


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