Home
last modified time | relevance | path

Searched refs:mallinfo (Results 1 – 25 of 65) sorted by relevance

123

/external/jemalloc_new/src/
Dandroid_je_mallinfo.c51 struct mallinfo je_mallinfo() { in je_mallinfo()
52 struct mallinfo mi; in je_mallinfo()
79 struct mallinfo je_mallinfo_arena_info(size_t aidx) { in je_mallinfo_arena_info()
80 struct mallinfo mi; in je_mallinfo_arena_info()
96 struct mallinfo je_mallinfo_bin_info(size_t aidx, size_t bidx) { in je_mallinfo_bin_info()
97 struct mallinfo mi; in je_mallinfo_bin_info()
/external/llvm-project/compiler-rt/test/msan/Linux/
Dmallinfo.cpp10 struct mallinfo mi = mallinfo(); in main()
/external/compiler-rt/test/msan/Linux/
Dmallinfo.cc10 struct mallinfo mi = mallinfo(); in main()
/external/dlmalloc/
Dmalloc.h60 #define dlmallinfo mallinfo
83 struct mallinfo { struct
329 struct mallinfo dlmallinfo(void);
581 struct mallinfo mspace_mallinfo(mspace msp);
/external/libchrome/base/process/
Dprocess_metrics_posix.cc104 struct mallinfo minfo = mallinfo(); in GetMallocUsage()
/external/perfetto/src/profiling/memory/
Dmalloc_interceptor_bionic_hooks.cc56 struct mallinfo heapprofd_mallinfo();
196 struct mallinfo heapprofd_mallinfo() { in heapprofd_mallinfo()
198 return dispatch->mallinfo(); in heapprofd_mallinfo()
/external/compiler-rt/lib/asan/
Dasan_malloc_linux.cc119 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR() argument
165 fake_mallinfo (*mallinfo)(void); member
180 WRAP(calloc), WRAP(free), WRAP(mallinfo),
/external/ltp/testcases/kernel/syscalls/mallopt/
Dmallopt01.c67 struct mallinfo info;
83 info = mallinfo(); in main()
/external/e2fsprogs/resize/
Dresource_track.c67 struct mallinfo malloc_info; in print_resource_track()
82 malloc_info = mallinfo(); in print_resource_track()
/external/libchrome/base/trace_event/
Dmalloc_dump_provider.cc136 struct mallinfo info = mallinfo(); in OnMemoryDump()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_malloc_linux.cpp212 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR() argument
262 fake_mallinfo (*mallinfo)(void); member
277 WRAP(calloc), WRAP(free), WRAP(mallinfo),
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/
Dwrappers_c_test.cpp239 struct mallinfo MI = mallinfo(); in TEST()
243 MI = mallinfo(); in TEST()
248 MI = mallinfo(); in TEST()
/external/scudo/standalone/tests/
Dwrappers_c_test.cpp262 struct mallinfo MI = mallinfo(); in TEST()
266 MI = mallinfo(); in TEST()
271 MI = mallinfo(); in TEST()
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dwrappers_c.h39 #define SCUDO_MALLINFO mallinfo
/external/scudo/standalone/
Dwrappers_c.h39 #define SCUDO_MALLINFO mallinfo
/external/tensorflow/tensorflow/lite/profiling/
Dmemory_info.cc43 const auto mem = mallinfo(); in GetMemoryUsage()
/external/llvm-project/compiler-rt/include/sanitizer/
Dhwasan_interface.h88 struct mallinfo __sanitizer_mallinfo();
/external/compiler-rt/lib/lsan/
Dlsan_interceptors.cc134 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR() argument
289 INTERCEPT_FUNCTION(mallinfo); in InitializeInterceptors()
/external/llvm-project/llvm/docs/HistoricalNotes/
D2003-01-23-CygwinNotes.txt22 6. There isn't a mallinfo() (or, at least, it's documented, but it doesn't seem
/external/llvm/docs/HistoricalNotes/
D2003-01-23-CygwinNotes.txt22 6. There isn't a mallinfo() (or, at least, it's documented, but it doesn't seem
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_testlib.cc146 void mallinfo() { in mallinfo() function
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_interceptors.cpp162 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR() argument
167 #define LSAN_MAYBE_INTERCEPT_MALLINFO INTERCEPT_FUNCTION(mallinfo)
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_testlib.cpp181 void mallinfo() { in mallinfo() function
/external/libcups/config-scripts/
Dcups-common.m491 AC_ARG_ENABLE(mallinfo, [ --enable-mallinfo build with malloc debug logging]) optenable
96 AC_SEARCH_LIBS(mallinfo, malloc, AC_DEFINE(HAVE_MALLINFO))
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_malloc_linux.cpp194 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR() argument

123