Lines Matching refs:TopMemoryContext
43 MemoryContext TopMemoryContext = NULL; variable
91 AssertState(TopMemoryContext == NULL); in MemoryContextInit()
98 TopMemoryContext = AllocSetContextCreate((MemoryContext) NULL, in MemoryContextInit()
106 CurrentMemoryContext = TopMemoryContext; in MemoryContextInit()
121 ErrorContext = AllocSetContextCreate(TopMemoryContext, in MemoryContextInit()
204 Assert(context != TopMemoryContext); in MemoryContextDelete()
652 if (TopMemoryContext != NULL) in MemoryContextCreate()
655 node = (MemoryContext) MemoryContextAlloc(TopMemoryContext, in MemoryContextCreate()
722 MemoryContextStats(TopMemoryContext); in MemoryContextAlloc()
757 MemoryContextStats(TopMemoryContext); in MemoryContextAllocZero()
794 MemoryContextStats(TopMemoryContext); in MemoryContextAllocZeroAligned()
831 MemoryContextStats(TopMemoryContext); in MemoryContextAllocExtended()
865 MemoryContextStats(TopMemoryContext); in palloc()
894 MemoryContextStats(TopMemoryContext); in palloc0()
928 MemoryContextStats(TopMemoryContext); in palloc_extended()
979 MemoryContextStats(TopMemoryContext); in repalloc()
1013 MemoryContextStats(TopMemoryContext); in MemoryContextAllocHuge()
1047 MemoryContextStats(TopMemoryContext); in repalloc_huge()