PostgreSQL Source Code git master
|
#include <memutils.h>
Data Fields | |
ConditionVariable | memcxt_cv |
LWLock | lw_lock |
int | proc_id |
int | total_stats |
bool | summary |
dsa_pointer | memstats_dsa_pointer |
TimestampTz | stats_timestamp |
Definition at line 374 of file memutils.h.
LWLock MemoryStatsBackendState::lw_lock |
Definition at line 377 of file memutils.h.
ConditionVariable MemoryStatsBackendState::memcxt_cv |
Definition at line 376 of file memutils.h.
dsa_pointer MemoryStatsBackendState::memstats_dsa_pointer |
Definition at line 381 of file memutils.h.
Referenced by free_memorycontextstate_dsa(), MemoryContextReportingShmemInit(), and ProcessGetMemoryContextInterrupt().
int MemoryStatsBackendState::proc_id |
Definition at line 378 of file memutils.h.
Referenced by ProcessGetMemoryContextInterrupt().
TimestampTz MemoryStatsBackendState::stats_timestamp |
Definition at line 382 of file memutils.h.
Referenced by end_memorycontext_reporting().
bool MemoryStatsBackendState::summary |
Definition at line 380 of file memutils.h.
Referenced by pg_get_process_memory_contexts(), and ProcessGetMemoryContextInterrupt().
int MemoryStatsBackendState::total_stats |
Definition at line 379 of file memutils.h.
Referenced by pg_get_process_memory_contexts(), and ProcessGetMemoryContextInterrupt().