Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_compliance.cpp161 TestAlignedMalloc* Raligned_malloc; variable
256 Raligned_malloc=_aligned_malloc; in setSystemAllocs()
262 Raligned_malloc=0; in setSystemAllocs()
267 Raligned_malloc=0; in setSystemAllocs()
334 if (Raligned_malloc) { in CheckArgumentsOverflow()
335 p = Raligned_malloc(~max_alignment, max_alignment); in CheckArgumentsOverflow()
338 p = Raligned_malloc(params[i], max_alignment); in CheckArgumentsOverflow()
341 p = Raligned_malloc(params[i], sizeof(void*)); in CheckArgumentsOverflow()
487 void *ret = Raligned_malloc(size, alignment); in Taligned_malloc()
953 if (Raligned_malloc) { in TestAlignedParameters()
[all …]