Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan.h119 void *hwasan_aligned_alloc(uptr alignment, uptr size, StackTrace *stack);
H A Dhwasan_allocation_functions.cpp48 return hwasan_aligned_alloc(alignment, size, &stack); in __sanitizer_aligned_alloc()
H A Dhwasan_allocator.cpp446 void *hwasan_aligned_alloc(uptr alignment, uptr size, StackTrace *stack) { in hwasan_aligned_alloc() function