Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp482 void *smallObj = pool_malloc(fixedPool, 10); in TestPools() local
483 REQUIRE_MESSAGE(smallObj, "Memory was not allocated"); in TestPools()
484 memset(smallObj, 1, 10); in TestPools()
495 pool_free(fixedPool, smallObj); in TestPools()