Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dallocator_test_common.h49 int NumberOfFoo; variable
56 ++NumberOfFoo; in Foo()
65 ++NumberOfFoo;
70 --NumberOfFoo; in ~Foo()
145 int n = NumberOfFoo; in TestBrokenAllocator()
148 REQUIRE_MESSAGE(NumberOfFoo == n + 1, "constructor for Foo not called?"); in TestBrokenAllocator()
152 REQUIRE_MESSAGE(NumberOfFoo == n, "destructor for Foo not called?"); in TestBrokenAllocator()
158 int NumberOfFooBeforeConstruct = NumberOfFoo; in TestBrokenAllocator()
164 …REQUIRE_MESSAGE(NumberOfFoo == NumberOfFooBeforeConstruct, "destructor for Foo not called appropri… in TestBrokenAllocator()
295 NumberOfFoo = 0;
[all …]