Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp1267 void* allocPtrs[allocCount]; in TestTHP() local
1281 allocPtrs[i] = backend->allocRawMem(allocSize); in TestTHP()
1283 REQUIRE_MESSAGE(allocPtrs[i], "Allocation not succeeded."); in TestTHP()
1288 memset(allocPtrs[i], 1, allocSize); in TestTHP()
1290 REQUIRE_MESSAGE(isAligned(allocPtrs[i], HUGE_PAGE_SIZE), in TestTHP()
1309 REQUIRE_MESSAGE(backend->freeRawMem(allocPtrs[i], HUGE_PAGE_SIZE), in TestTHP()