Searched refs:allocateWithException (Results 1 – 1 of 1) sorted by relevance
43 bool allocateWithException(size_t big_mem) { in allocateWithException() function50 exception_caught = allocateWithException(big_mem * 2); in allocateWithException()66 REQUIRE_MESSAGE(allocateWithException(BIG_MEM), "Operator new did not throw bad_alloc."); in operator ()()