Home
last modified time | relevance | path

Searched refs:maxAllocSize (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() argument
361 *base = (char*)Tmalloc(2*maxAllocSize); in InvariantDataRealloc()
364 REQUIRE_MESSAGE(!(2*maxAllocSize%sizeof(unsigned short)), in InvariantDataRealloc()
366 for (size_t k = 0; k<2*maxAllocSize; k+=sizeof(unsigned short)) in InvariantDataRealloc()
371 const size_t sizeNew = fastRandom.get() % (maxAllocSize-1) + 1; in InvariantDataRealloc()
384 start = fastRandom.get() % maxAllocSize; in InvariantDataRealloc()