Go to the source code of this file.
◆ MemoryContextIsValid
#define MemoryContextIsValid |
( |
|
context | ) |
|
Value:((context) != NULL && \
#define IsA(nodeptr, _type_)
Definition at line 102 of file memnodes.h.
Referenced by DynaHashAlloc(), GetMemoryChunkContext(), MemoryContextAlloc(), MemoryContextAllocExtended(), MemoryContextAllocHuge(), MemoryContextAllocZero(), MemoryContextAllocZeroAligned(), MemoryContextAllowInCriticalSection(), MemoryContextDelete(), MemoryContextDeleteChildren(), MemoryContextGetParent(), MemoryContextIsEmpty(), MemoryContextMemAllocated(), MemoryContextRegisterResetCallback(), MemoryContextReset(), MemoryContextResetChildren(), MemoryContextResetOnly(), MemoryContextSetIdentifier(), MemoryContextSetParent(), MemoryContextStatsInternal(), MemoryContextStatsPrint(), palloc(), palloc0(), palloc_extended(), and PutMemoryContextsStatsTupleStore().
◆ MemoryContextCounters
◆ MemoryContextData
◆ MemoryContextMethods
◆ MemoryStatsPrintFunc
typedef void(* MemoryStatsPrintFunc) (MemoryContext context, void *passthru, const char *stats_string) |