Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan.h118 void *hwasan_pvalloc(uptr size, StackTrace *stack);
H A Dhwasan_allocation_functions.cpp69 return hwasan_pvalloc(size, &stack); in __sanitizer_pvalloc()
H A Dhwasan_allocator.cpp394 void *hwasan_pvalloc(uptr size, StackTrace *stack) { in hwasan_pvalloc() function