Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/hwasan/TestCases/
Dsanitizer_malloc.cpp14 sink = (void *)&__sanitizer_pvalloc; in main()
/external/llvm-project/compiler-rt/include/sanitizer/
Dhwasan_interface.h84 void * __sanitizer_pvalloc(size_t size);
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_interface_internal.h187 void * __sanitizer_pvalloc(uptr size);
Dhwasan_interceptors.cpp102 void * __sanitizer_pvalloc(uptr size) { in __sanitizer_pvalloc() function