Searched refs:InvariantDataRealloc (Results 1 – 1 of 1) sorted by relevance
| /oneTBB/test/tbbmalloc/ |
| H A D | test_malloc_compliance.cpp | 355 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()
|