Home
last modified time | relevance | path

Searched refs:hwasan_memalign (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocation_functions.cpp53 return hwasan_memalign(alignment, size, &stack); in __sanitizer_memalign()
65 void *ptr = hwasan_memalign(alignment, size, &stack); in __sanitizer___libc_memalign()
H A Dhwasan_new_delete.cpp33 void *res = hwasan_memalign(static_cast<uptr>(align), size, &stack); \
H A Dhwasan.h134 void *hwasan_memalign(uptr alignment, uptr size, StackTrace *stack);
H A Dhwasan_allocator.cpp506 void *hwasan_memalign(uptr alignment, uptr size, StackTrace *stack) { in hwasan_memalign() function