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

  /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
hwasan_interface.h 74 struct mallinfo __sanitizer_mallinfo();
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_malloc_linux.cc 198 // man mallinfo says the fields are "long", but the implementation uses int.
199 // It doesn't matter much -- we just need to make sure that the libc's mallinfo
205 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) {
255 fake_mallinfo (*mallinfo)(void); member in struct:MallocDebugL
270 WRAP(calloc), WRAP(free), WRAP(mallinfo),
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 184 void mallinfo() { function in typeref:typename:void
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_interceptors.cc 148 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) {
153 #define LSAN_MAYBE_INTERCEPT_MALLINFO INTERCEPT_FUNCTION(mallinfo)
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_interceptors.cc 254 INTERCEPTOR(void, mallinfo, __sanitizer_struct_mallinfo *sret) {
263 #define MSAN_MAYBE_INTERCEPT_MALLINFO INTERCEPT_FUNCTION(mallinfo)
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 1181 COMPILER_CHECK(sizeof(__sanitizer_struct_mallinfo) == sizeof(struct mallinfo));

Completed in 18 milliseconds