Home
last modified time | relevance | path

Searched refs:__sanitizer_mallinfo (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/compiler-rt/test/hwasan/TestCases/
Dsanitizer_malloc.cpp18 sink = (void *)&__sanitizer_mallinfo; in main()
/external/llvm-project/compiler-rt/include/sanitizer/
Dhwasan_interface.h88 struct mallinfo __sanitizer_mallinfo();
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_interface_internal.h199 __hwasan::__sanitizer_struct_mallinfo __sanitizer_mallinfo();
Dhwasan_interceptors.cpp123 struct __sanitizer_struct_mallinfo __sanitizer_mallinfo() { in __sanitizer_mallinfo() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h172 struct __sanitizer_mallinfo { struct
178 struct __sanitizer_mallinfo { struct
Dsanitizer_platform_limits_posix.cc1191 COMPILER_CHECK(sizeof(__sanitizer_mallinfo) == sizeof(struct mallinfo));
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc254 INTERCEPTOR(void, mallinfo, __sanitizer_mallinfo *sret) { in INTERCEPTOR()
258 sret = reinterpret_cast<__sanitizer_mallinfo*>(r8); in INTERCEPTOR()