#include <memnodes.h>
Data Fields | |
NodeTag | type |
MemoryContextMethods * | methods |
MemoryContext | parent |
MemoryContext | firstchild |
MemoryContext | nextchild |
char * | name |
bool | isReset |
Definition at line 54 of file memnodes.h.
Definition at line 59 of file memnodes.h.
Referenced by MemoryContextCreate(), MemoryContextDeleteChildren(), MemoryContextIsEmpty(), MemoryContextReset(), MemoryContextResetChildren(), MemoryContextSetParent(), and MemoryContextStatsInternal().
Definition at line 62 of file memnodes.h.
Referenced by AllocSetIsEmpty(), MemoryContextAlloc(), MemoryContextAllocZero(), MemoryContextAllocZeroAligned(), MemoryContextCreate(), MemoryContextReset(), palloc(), palloc0(), and repalloc().
Definition at line 57 of file memnodes.h.
Referenced by GetMemoryChunkSpace(), MemoryContextAlloc(), MemoryContextAllocZero(), MemoryContextAllocZeroAligned(), MemoryContextCreate(), MemoryContextDelete(), MemoryContextIsEmpty(), MemoryContextReset(), MemoryContextStatsInternal(), palloc(), palloc0(), pfree(), and repalloc().
char* MemoryContextData::name |
Definition at line 61 of file memnodes.h.
Referenced by MemoryContextCreate().
Definition at line 60 of file memnodes.h.
Referenced by MemoryContextCreate(), MemoryContextResetChildren(), MemoryContextSetParent(), and MemoryContextStatsInternal().
Definition at line 58 of file memnodes.h.
Referenced by MemoryContextCreate(), MemoryContextGetParent(), and MemoryContextSetParent().
Definition at line 56 of file memnodes.h.
Referenced by MemoryContextCreate().