Home
last modified time | relevance | path

Searched refs:memContextSize (Results 1 – 6 of 6) sorted by relevance

/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/performance/
H A DtypeTest.c273 TEST_LOG_FMT("memory used %zu", memContextSize(testContext)); in testRun()
303 TEST_LOG_FMT("memory used %zu", memContextSize(testContext)); in testRun()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/common/
H A DmemContext.h257 size_t memContextSize(const MemContext *this);
H A DmemContext.c737 memContextSize(const MemContext *this) in memContextSize() function
752 result += memContextSize(this->contextChildList[contextIdx]); in memContextSize()
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/common/
H A DmemContextTest.c154 TEST_RESULT_UINT(memContextSize(memContextTop()), TEST_64BIT() ? 896 : 544, "check size"); in testRun()
236 … TEST_RESULT_UINT(memContextSize(memContextCurrent()), TEST_64BIT() ? 241 : 165, "check size"); in testRun()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/info/
H A Dmanifest.c1191 size_t sizeBegin = memContextSize(memContextCurrent()); in manifestNewBuild()
1248 ASSERT(memContextSize(memContextCurrent()) - sizeBegin < 256); in manifestNewBuild()
/dports/databases/pgbackrest/pgbackrest-release-2.35/doc/resource/
H A Dgit-history.cache3481 "subject": "Add memContextSize().",