Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
H A Dhwasan_interface.h79 void * __sanitizer_malloc(size_t size);
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/
H A Dhwasan_interface.h77 void * __sanitizer_malloc(size_t size);
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/
H A Dhwasan_interface.h94 void * __sanitizer_malloc(size_t size);
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_allocation_functions.cpp135 void *__sanitizer_malloc(uptr size) { in __sanitizer_malloc() function