Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dallocator_test_common.h158 int NumberOfFooBeforeConstruct = NumberOfFoo; in TestBrokenAllocator() local
161 …REQUIRE_MESSAGE(NumberOfFoo == NumberOfFooBeforeConstruct+2, "constructor for Foo not called appro… in TestBrokenAllocator()
164 …REQUIRE_MESSAGE(NumberOfFoo == NumberOfFooBeforeConstruct, "destructor for Foo not called appropri… in TestBrokenAllocator()