Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_compliance.cpp355 void InvariantDataRealloc(bool aligned, size_t maxAllocSize, bool checkData) in InvariantDataRealloc() argument
372 char *ptrNew = aligned? in InvariantDataRealloc()
388 if (aligned) in InvariantDataRealloc()
/oneTBB/test/common/
H A Ddoctest.h366 #define DOCTEST_ALIGNMENT(x) __attribute__((aligned(x)))