Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dallocator_test_common.h195 volatile size_t too_big = (~std::size_t(0) - 1024 * 1024) / sizeof(T); in TestAllocatorExceptions() local
204 p1 = a.allocate(too_big); in TestAllocatorExceptions()
209 a.deallocate(p1, too_big); in TestAllocatorExceptions()