HomeSort by: relevance | last modified time | path
    Searched refs:__sanitizer_struct_mallinfo (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 181 struct __sanitizer_struct_mallinfo { struct in namespace:__sanitizer
187 struct __sanitizer_struct_mallinfo { struct in namespace:__sanitizer
sanitizer_platform_limits_posix.cc 1181 COMPILER_CHECK(sizeof(__sanitizer_struct_mallinfo) == sizeof(struct mallinfo));
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_interceptors.cc 254 INTERCEPTOR(void, mallinfo, __sanitizer_struct_mallinfo *sret) {
258 sret = reinterpret_cast<__sanitizer_struct_mallinfo*>(r8);

Completed in 50 milliseconds