Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.h131 void *hwasan_valloc(uptr size, StackTrace *stack);
H A Dhwasan_allocation_functions.cpp74 return hwasan_valloc(size, &stack); in __sanitizer_valloc()
H A Dhwasan_allocator.cpp479 void *hwasan_valloc(uptr size, StackTrace *stack) { in hwasan_valloc() function