Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_compliance.cpp628 #define TOTAL_MB_ALLOC 200 macro
630 #define TOTAL_MB_ALLOC 800 macro
634 const int MB_PER_THREAD = TOTAL_MB_ALLOC / total_threads; in NULLReturn()
644 Limit limit_total(TOTAL_MB_ALLOC), no_limit(0); in NULLReturn()
652 PointerList.reserve(TOTAL_MB_ALLOC*MByte/MinSize); in NULLReturn()