Home
last modified time | relevance | path

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

12

/external/jemalloc/src/
Dandroid_je_mallinfo.c20 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/
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/dlmalloc/
Dmalloc.h60 #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/
Dmallinfo.cc10 struct mallinfo mi = mallinfo(); in main()
/external/u-boot/include/
Dmalloc.h596 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/
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/libchrome/base/process/
Dprocess_metrics_posix.cc104 struct mallinfo minfo = mallinfo(); in GetMallocUsage()
/external/ltp/testcases/kernel/syscalls/mallopt/
Dmallopt01.c67 struct mallinfo info;
83 info = mallinfo(); in main()
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DProcess.inc64 struct mallinfo mi;
65 mi = ::mallinfo();
73 // the value returned by mallinfo in the arena field.
92 struct mallinfo mi = ::mallinfo();
/external/e2fsprogs/resize/
Dresource_track.c67 struct mallinfo malloc_info; in print_resource_track()
82 malloc_info = mallinfo(); in print_resource_track()
/external/u-boot/include/test/
Dtest.h21 struct mallinfo start;
/external/compiler-rt/lib/lsan/
Dlsan_interceptors.cc134 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR() argument
289 INTERCEPT_FUNCTION(mallinfo); in InitializeInterceptors()
/external/perfetto/src/profiling/memory/
Dmalloc_hooks.cc80 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/
Dcmd_ut.c28 uts.start = mallinfo(); in cmd_ut_category()
/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/swiftshader/third_party/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/swiftshader/third_party/llvm-7.0/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/u-boot/test/dm/
Dcore.c75 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()
Dtest-main.c88 uts->start = mallinfo(); in dm_do_test()
/external/u-boot/common/
Ddlmalloc.src64 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/
Dsanitizer_allocator_testlib.cc146 void mallinfo() { in mallinfo() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/
DProcess.inc89 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/
DProcess.inc88 struct mallinfo mi;
89 mi = ::mallinfo();
103 // the value returned by mallinfo in the arena field.
/external/llvm/lib/Support/Unix/
DProcess.inc97 struct mallinfo mi;
98 mi = ::mallinfo();
112 // the value returned by mallinfo in the arena field.
/external/e2fsprogs/e2fsck/
Dutil.c426 struct mallinfo malloc_info; in print_resource_track()
443 malloc_info = mallinfo(); in print_resource_track()

12