Home
last modified time | relevance | path

Searched refs:contextChildList (Results 1 – 2 of 2) sorted by relevance

/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/common/
H A DmemContextTest.c85 TEST_RESULT_PTR(memContextTop()->contextChildList, NULL, "top context child list empty"); in testRun()
123 memContextFree(memContextTop()->contextChildList[1]); in testRun()
133 memContextTop()->contextChildList[1]->state == memContextStateActive, in testRun()
144 memContextSwitch(memContextTop()->contextChildList[MEM_CONTEXT_INITIAL_SIZE]); in testRun()
148 …memContextTop()->contextChildList[MEM_CONTEXT_INITIAL_SIZE]->contextChildList, NULL, "context chil… in testRun()
157 memContextFree(memContextTop()->contextChildList[MEM_CONTEXT_INITIAL_SIZE]), in testRun()
161 memContextFree(memContextTop()->contextChildList[MEM_CONTEXT_INITIAL_SIZE]); in testRun()
164 memContextFree(memContextTop()->contextChildList[MEM_CONTEXT_INITIAL_SIZE]), in testRun()
402 memContextCurrent()->contextChildList[1] = NULL; in testRun()
406 memContextCurrent()->contextChildList[1] = memContext; in testRun()
[all …]
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/common/
H A DmemContext.c251 memContext->contextChildList = memReAllocPtrArrayInternal( in memContextNewIndex()
280 if (contextCurrent->contextChildList[contextIdx] == NULL) in memContextNew()
284 MemContext *this = contextCurrent->contextChildList[contextIdx]; in memContextNew()
546 if (parentOld->contextChildList[contextIdx] == this) in memContextMove()
548 parentOld->contextChildList[contextIdx] = NULL; in memContextMove()
560 ASSERT(parentNew->contextChildList[contextIdx] == NULL); in memContextMove()
561 parentNew->contextChildList[contextIdx] = this; in memContextMove()
751 if (this->contextChildList[contextIdx]) in memContextSize()
822 …if (this->contextChildList[contextIdx] && this->contextChildList[contextIdx]->state == memContextS… in memContextFree()
842 if (this->contextChildList[contextIdx]) in memContextFree()
[all …]