Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.h132 void *hwasan_pvalloc(uptr size, StackTrace *stack);
H A Dhwasan_allocation_functions.cpp80 return hwasan_pvalloc(size, &stack); in __sanitizer_pvalloc()
H A Dhwasan_allocator.cpp484 void *hwasan_pvalloc(uptr size, StackTrace *stack) { in hwasan_pvalloc() function