Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_new_handler.cpp54 bool is_called = new_handler_called; in allocateWithException() local
55 REQUIRE_MESSAGE(is_called, "User provided new_handler was not called."); in allocateWithException()