Home
last modified time | relevance | path

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

/openthread-3.6.0/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.cpp1221 uint16_t heapAllocations; in TestSamePrefixesFromMultipleRouters() local
1236 heapAllocations = sHeapAllocatedPtrs.GetLength(); in TestSamePrefixesFromMultipleRouters()
1345 VerifyOrQuit(heapAllocations == sHeapAllocatedPtrs.GetLength()); in TestSamePrefixesFromMultipleRouters()
1358 uint16_t heapAllocations; in TestOmrSelection() local
1373 heapAllocations = sHeapAllocatedPtrs.GetLength(); in TestOmrSelection()
1489 VerifyOrQuit(heapAllocations == sHeapAllocatedPtrs.GetLength()); in TestOmrSelection()
1503 uint16_t heapAllocations; in TestDefaultRoute() local
1518 heapAllocations = sHeapAllocatedPtrs.GetLength(); in TestDefaultRoute()
1654 VerifyOrQuit(heapAllocations == sHeapAllocatedPtrs.GetLength()); in TestDefaultRoute()
1669 uint16_t heapAllocations; in TestAdvNonUlaRoute() local
[all …]
Dtest_dns_client.cpp508 uint16_t heapAllocations; in TestDnsClient() local
535 heapAllocations = sHeapAllocatedPtrs.GetLength(); in TestDnsClient()
900 VerifyOrQuit(heapAllocations == sHeapAllocatedPtrs.GetLength()); in TestDnsClient()