Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_compliance.cpp645 void **buf_1024 = (void**)Tmalloc(MAXNUM_1024*sizeof(void*)); in NULLReturn() local
647 REQUIRE(buf_1024); in NULLReturn()
668 buf_1024[num_1024] = Tcalloc(1024, 1); in NULLReturn()
669 if (! buf_1024[num_1024]) { in NULLReturn()
675 Tfree(buf_1024[i]); in NULLReturn()
676 Tfree(buf_1024); in NULLReturn()