Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_compliance.cpp355 void InvariantDataRealloc(bool aligned, size_t maxAllocSize, bool checkData) in InvariantDataRealloc() function
401 InvariantDataRealloc(/*aligned=*/false, 128*MByte, /*checkData=*/false); in CheckReallocLeak()
406 InvariantDataRealloc(/*aligned=*/false, 128*MByte, /*checkData=*/false); in CheckReallocLeak()
1004 InvariantDataRealloc(/*aligned=*/false, 8*MByte, /*checkData=*/true); in RunAllTests()
1006 InvariantDataRealloc(/*aligned=*/true, 8*MByte, /*checkData=*/true); in RunAllTests()