Searched refs:lsan_aligned_alloc (Results 1 – 3 of 3) sorted by relevance
126 void *lsan_aligned_alloc(uptr alignment, uptr size, const StackTrace &stack);
195 void *lsan_aligned_alloc(uptr alignment, uptr size, const StackTrace &stack) { in lsan_aligned_alloc() function
151 return lsan_aligned_alloc(alignment, size, stack);