/external/jemalloc/src/ |
D | android_je_mallinfo.c | 20 struct mallinfo je_mallinfo() { in je_mallinfo() 21 struct mallinfo mi; in je_mallinfo() 56 struct mallinfo __mallinfo_arena_info(size_t aidx) { in __mallinfo_arena_info() 57 struct mallinfo mi; in __mallinfo_arena_info() 82 struct mallinfo __mallinfo_bin_info(size_t aidx, size_t bidx) { in __mallinfo_bin_info() 83 struct mallinfo mi; in __mallinfo_bin_info()
|
/external/jemalloc_new/src/ |
D | android_je_mallinfo.c | 51 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/dlmalloc/ |
D | malloc.h | 60 #define dlmallinfo mallinfo 83 struct mallinfo { struct 329 struct mallinfo dlmallinfo(void); 581 struct mallinfo mspace_mallinfo(mspace msp);
|
/external/compiler-rt/test/msan/Linux/ |
D | mallinfo.cc | 10 struct mallinfo mi = mallinfo(); in main()
|
/external/u-boot/include/ |
D | malloc.h | 596 struct mallinfo { struct 870 #pragma weak mallinfo = __libc_mallinfo macro 903 # define mALLINFo mallinfo 932 struct mallinfo mALLINFo(void); 946 struct mallinfo mALLINFo();
|
/external/compiler-rt/lib/asan/ |
D | asan_malloc_linux.cc | 119 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR() argument 165 fake_mallinfo (*mallinfo)(void); member 180 WRAP(calloc), WRAP(free), WRAP(mallinfo),
|
/external/libchrome/base/process/ |
D | process_metrics_posix.cc | 104 struct mallinfo minfo = mallinfo(); in GetMallocUsage()
|
/external/ltp/testcases/kernel/syscalls/mallopt/ |
D | mallopt01.c | 67 struct mallinfo info; 83 info = mallinfo(); in main()
|
/external/swiftshader/third_party/LLVM/lib/Support/Unix/ |
D | Process.inc | 64 struct mallinfo mi; 65 mi = ::mallinfo(); 73 // the value returned by mallinfo in the arena field. 92 struct mallinfo mi = ::mallinfo();
|
/external/e2fsprogs/resize/ |
D | resource_track.c | 67 struct mallinfo malloc_info; in print_resource_track() 82 malloc_info = mallinfo(); in print_resource_track()
|
/external/u-boot/include/test/ |
D | test.h | 21 struct mallinfo start;
|
/external/compiler-rt/lib/lsan/ |
D | lsan_interceptors.cc | 134 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR() argument 289 INTERCEPT_FUNCTION(mallinfo); in InitializeInterceptors()
|
/external/perfetto/src/profiling/memory/ |
D | malloc_hooks.cc | 80 struct mallinfo HEAPPROFD_ADD_PREFIX(_mallinfo)(); 583 struct mallinfo HEAPPROFD_ADD_PREFIX(_mallinfo)() { in HEAPPROFD_ADD_PREFIX() 585 return dispatch->mallinfo(); in HEAPPROFD_ADD_PREFIX()
|
/external/u-boot/test/ |
D | cmd_ut.c | 28 uts.start = mallinfo(); in cmd_ut_category()
|
/external/llvm/docs/HistoricalNotes/ |
D | 2003-01-23-CygwinNotes.txt | 22 6. There isn't a mallinfo() (or, at least, it's documented, but it doesn't seem
|
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/ |
D | 2003-01-23-CygwinNotes.txt | 22 6. There isn't a mallinfo() (or, at least, it's documented, but it doesn't seem
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/ |
D | 2003-01-23-CygwinNotes.txt | 22 6. There isn't a mallinfo() (or, at least, it's documented, but it doesn't seem
|
/external/u-boot/test/dm/ |
D | core.c | 75 uts->start = mallinfo(); in dm_leak_check_start() 82 struct mallinfo end; in dm_leak_check_end() 95 end = mallinfo(); in dm_leak_check_end()
|
D | test-main.c | 88 uts->start = mallinfo(); in dm_do_test()
|
/external/u-boot/common/ |
D | dlmalloc.src | 64 mallinfo() 177 that declares struct mallinfo. It is not at all necessary to 276 noticeably. Calling malloc_stats or mallinfo with DEBUG set will 562 This version of malloc supports the standard SVID/XPG mallinfo 566 defining struct mallinfo. (If you'd like to install such a thing 571 The main declaration needed is the mallinfo struct that is returned 572 (by-copy) by mallinfo(). The SVID/XPG malloinfo struct contains a 575 mallinfo() with other numbers that might possibly be of interest. 579 mallinfo. If so, it is included; else an SVID2/XPG2 compliant 581 mallinfo() to work. [all …]
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_allocator_testlib.cc | 146 void mallinfo() { in mallinfo() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/ |
D | Process.inc | 89 struct mallinfo mi; 90 mi = ::mallinfo(); 104 // the value returned by mallinfo in the arena field.
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Process.inc | 88 struct mallinfo mi; 89 mi = ::mallinfo(); 103 // the value returned by mallinfo in the arena field.
|
/external/llvm/lib/Support/Unix/ |
D | Process.inc | 97 struct mallinfo mi; 98 mi = ::mallinfo(); 112 // the value returned by mallinfo in the arena field.
|
/external/e2fsprogs/e2fsck/ |
D | util.c | 426 struct mallinfo malloc_info; in print_resource_track() 443 malloc_info = mallinfo(); in print_resource_track()
|