Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_compliance.cpp280 void *bufs[ITERS]; in ReallocParam() local
282 bufs[0] = Trealloc(nullptr, 30*MByte); in ReallocParam()
283 REQUIRE_MESSAGE(bufs[0], "Can't get memory to start the test."); in ReallocParam()
287 bufs[i] = Trealloc(nullptr, 30*MByte); in ReallocParam()
288 if (nullptr == bufs[i]) in ReallocParam()
293 Trealloc(bufs[0], 0); in ReallocParam()
297 bufs[0] = Trealloc(nullptr, 30*MByte); in ReallocParam()
298 REQUIRE(bufs[0]); in ReallocParam()
301 Trealloc(bufs[j], 0); in ReallocParam()