Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_compliance.cpp636 const int MAXNUM_1024 = (MB_PER_THREAD + (MB_PER_THREAD>>2)) * 1024; in NULLReturn() local
645 void **buf_1024 = (void**)Tmalloc(MAXNUM_1024*sizeof(void*)); in NULLReturn()
667 for (num_1024=0; num_1024<MAXNUM_1024; num_1024++) { in NULLReturn()