Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_new_handler.cpp43 bool allocateWithException(size_t big_mem) { in allocateWithException() function
50 exception_caught = allocateWithException(big_mem * 2); in allocateWithException()
66 REQUIRE_MESSAGE(allocateWithException(BIG_MEM), "Operator new did not throw bad_alloc."); in operator ()()