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