Lines Matching refs:TopMemoryContext
46 MemoryContext TopMemoryContext = NULL; variable
93 AssertState(TopMemoryContext == NULL); in MemoryContextInit()
100 TopMemoryContext = AllocSetContextCreate((MemoryContext) NULL, in MemoryContextInit()
108 CurrentMemoryContext = TopMemoryContext; in MemoryContextInit()
123 ErrorContext = AllocSetContextCreate(TopMemoryContext, in MemoryContextInit()
206 Assert(context != TopMemoryContext); in MemoryContextDelete()
654 if (TopMemoryContext != NULL) in MemoryContextCreate()
657 node = (MemoryContext) MemoryContextAlloc(TopMemoryContext, in MemoryContextCreate()
724 MemoryContextStats(TopMemoryContext); in MemoryContextAlloc()
759 MemoryContextStats(TopMemoryContext); in MemoryContextAllocZero()
796 MemoryContextStats(TopMemoryContext); in MemoryContextAllocZeroAligned()
833 MemoryContextStats(TopMemoryContext); in MemoryContextAllocExtended()
867 MemoryContextStats(TopMemoryContext); in palloc()
896 MemoryContextStats(TopMemoryContext); in palloc0()
930 MemoryContextStats(TopMemoryContext); in palloc_extended()
987 MemoryContextStats(TopMemoryContext); in repalloc()
1021 MemoryContextStats(TopMemoryContext); in MemoryContextAllocHuge()
1055 MemoryContextStats(TopMemoryContext); in repalloc_huge()