Home | History | Annotate | Download | only in tests

Lines Matching full:memalign_eee

31 NOINLINE void *memalign_eee(size_t alignment, size_t size) {
34 void *res = memalign_eee(alignment, size); break_optimization(0); return res;}