Searched refs:user_aligned_alloc (Results 1 – 3 of 3) sorted by relevance
41 void *user_aligned_alloc(ThreadState *thr, uptr pc, uptr align, uptr sz);
283 void *user_aligned_alloc(ThreadState *thr, uptr pc, uptr align, uptr sz) { in user_aligned_alloc() function
817 return user_aligned_alloc(thr, pc, align, sz); in TSAN_INTERCEPTOR()