PostgreSQL Source Code git master
|
#include <memnodes.h>
Data Fields | |
Size | nblocks |
Size | freechunks |
Size | totalspace |
Size | freespace |
Definition at line 29 of file memnodes.h.
Size MemoryContextCounters::freechunks |
Definition at line 32 of file memnodes.h.
Referenced by AllocSetStats(), GenerationStats(), MemoryContextStatsDetail(), MemoryContextStatsInternal(), and SlabStats().
Size MemoryContextCounters::freespace |
Definition at line 34 of file memnodes.h.
Referenced by AllocSetStats(), BumpStats(), GenerationStats(), MemoryContextStatsDetail(), MemoryContextStatsInternal(), show_memory_counters(), and SlabStats().
Size MemoryContextCounters::nblocks |
Definition at line 31 of file memnodes.h.
Referenced by AllocSetStats(), BumpStats(), GenerationStats(), MemoryContextStatsDetail(), MemoryContextStatsInternal(), and SlabStats().
Size MemoryContextCounters::totalspace |
Definition at line 33 of file memnodes.h.
Referenced by AllocSetStats(), BumpStats(), GenerationStats(), MemoryContextStatsDetail(), MemoryContextStatsInternal(), show_memory_counters(), and SlabStats().