Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
H A Dhwasan_interface.h70 void * __sanitizer_pvalloc(size_t size);
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/
H A Dhwasan_interface.h68 void * __sanitizer_pvalloc(size_t size);
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/
H A Dhwasan_interface.h84 void * __sanitizer_pvalloc(size_t size);
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_allocation_functions.cpp67 void *__sanitizer_pvalloc(uptr size) { in __sanitizer_pvalloc() function