Home
last modified time | relevance | path

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

/external/openthread/tests/unit/
Dtest_heap_array.cpp47 static uint16_t sDestructorCalls = 0; variable
73 ~Entry(void) { sDestructorCalls++; } in ~Entry()
172 … printf("} (constructor-calls:%u, destructor-calls:%u)\n", sConstructorCalls, sDestructorCalls); in VerifyArray()
173 VerifyOrQuit(sConstructorCalls - sDestructorCalls == aArray.GetLength()); in VerifyArray()
343 VerifyOrQuit(sDestructorCalls == 0); in TestHeapArray()
479 printf(" - (constructor-calls:%u, destructor-calls:%u)\n", sConstructorCalls, sDestructorCalls); in TestHeapArray()
480 VerifyOrQuit(sConstructorCalls == sDestructorCalls, in TestHeapArray()