Home
last modified time | relevance | path

Searched refs:heapAllocations (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/tests/unit/
Dtest_srp_server.cpp374 uint16_t heapAllocations; in TestSrpServerBase() local
384 heapAllocations = sHeapAllocatedPtrs.GetLength(); in TestSrpServerBase()
480 VerifyOrQuit(heapAllocations == sHeapAllocatedPtrs.GetLength()); in TestSrpServerBase()
499 uint16_t heapAllocations; in TestSrpServerReject() local
509 heapAllocations = sHeapAllocatedPtrs.GetLength(); in TestSrpServerReject()
592 VerifyOrQuit(heapAllocations == sHeapAllocatedPtrs.GetLength()); in TestSrpServerReject()
611 uint16_t heapAllocations; in TestSrpServerIgnore() local
621 heapAllocations = sHeapAllocatedPtrs.GetLength(); in TestSrpServerIgnore()
704 VerifyOrQuit(heapAllocations == sHeapAllocatedPtrs.GetLength()); in TestSrpServerIgnore()
723 uint16_t heapAllocations; in TestSrpServerClientRemove() local
[all …]
Dtest_routing_manager.cpp1256 uint16_t heapAllocations; in TestSamePrefixesFromMultipleRouters() local
1271 heapAllocations = sHeapAllocatedPtrs.GetLength(); in TestSamePrefixesFromMultipleRouters()
1380 VerifyOrQuit(heapAllocations == sHeapAllocatedPtrs.GetLength()); in TestSamePrefixesFromMultipleRouters()
1393 uint16_t heapAllocations; in TestOmrSelection() local
1408 heapAllocations = sHeapAllocatedPtrs.GetLength(); in TestOmrSelection()
1530 VerifyOrQuit(heapAllocations == sHeapAllocatedPtrs.GetLength()); in TestOmrSelection()
1544 uint16_t heapAllocations; in TestDefaultRoute() local
1559 heapAllocations = sHeapAllocatedPtrs.GetLength(); in TestDefaultRoute()
1695 VerifyOrQuit(heapAllocations == sHeapAllocatedPtrs.GetLength()); in TestDefaultRoute()
1710 uint16_t heapAllocations; in TestAdvNonUlaRoute() local
[all …]
Dtest_srp_adv_proxy.cpp782 uint16_t heapAllocations; in TestSrpAdvProxy() local
793 heapAllocations = sHeapAllocatedPtrs.GetLength(); in TestSrpAdvProxy()
1133 VerifyOrQuit(heapAllocations == sHeapAllocatedPtrs.GetLength()); in TestSrpAdvProxy()
1154 uint16_t heapAllocations; in TestSrpAdvProxyDnssdStateChange() local
1165 heapAllocations = sHeapAllocatedPtrs.GetLength(); in TestSrpAdvProxyDnssdStateChange()
1437 VerifyOrQuit(heapAllocations == sHeapAllocatedPtrs.GetLength()); in TestSrpAdvProxyDnssdStateChange()
1458 uint16_t heapAllocations; in TestSrpAdvProxyDelayedCallback() local
1470 heapAllocations = sHeapAllocatedPtrs.GetLength(); in TestSrpAdvProxyDelayedCallback()
1721 VerifyOrQuit(heapAllocations == sHeapAllocatedPtrs.GetLength()); in TestSrpAdvProxyDelayedCallback()
1742 uint16_t heapAllocations; in TestSrpAdvProxyReplacedEntries() local
[all …]
Dtest_mdns.cpp1689 uint16_t heapAllocations; in TestHostReg() local
1697 heapAllocations = sHeapAllocatedPtrs.GetLength(); in TestHostReg()
1976 VerifyOrQuit(sHeapAllocatedPtrs.GetLength() <= heapAllocations); in TestHostReg()
1990 uint16_t heapAllocations; in TestKeyReg() local
1997 heapAllocations = sHeapAllocatedPtrs.GetLength(); in TestKeyReg()
2183 VerifyOrQuit(sHeapAllocatedPtrs.GetLength() <= heapAllocations); in TestKeyReg()
2197 uint16_t heapAllocations; in TestServiceReg() local
2206 heapAllocations = sHeapAllocatedPtrs.GetLength(); in TestServiceReg()
2471 VerifyOrQuit(sHeapAllocatedPtrs.GetLength() <= heapAllocations); in TestServiceReg()
2490 uint16_t heapAllocations; in TestUnregisterBeforeProbeFinished() local
[all …]
Dtest_dns_client.cpp510 uint16_t heapAllocations; in TestDnsClient() local
537 heapAllocations = sHeapAllocatedPtrs.GetLength(); in TestDnsClient()
995 VerifyOrQuit(heapAllocations == sHeapAllocatedPtrs.GetLength()); in TestDnsClient()