Lines Matching refs:Raligned_malloc
161 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()
1028 Raligned_malloc=scalable_aligned_malloc;