Home
last modified time | relevance | path

Searched refs:hwasan_aligned_alloc (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan.h86 void *hwasan_aligned_alloc(uptr alignment, uptr size, StackTrace *stack);
H A Dhwasan_interceptors.cc105 return hwasan_aligned_alloc(alignment, size, &stack); in __sanitizer_aligned_alloc()
H A Dhwasan_allocator.cc356 void *hwasan_aligned_alloc(uptr alignment, uptr size, StackTrace *stack) { in hwasan_aligned_alloc() function