Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.h133 void *hwasan_aligned_alloc(uptr alignment, uptr size, StackTrace *stack);
H A Dhwasan_allocation_functions.cpp59 return hwasan_aligned_alloc(alignment, size, &stack); in __sanitizer_aligned_alloc()
H A Dhwasan_allocator.cpp497 void *hwasan_aligned_alloc(uptr alignment, uptr size, StackTrace *stack) { in hwasan_aligned_alloc() function