HomeSort by relevance Sort by last modified time
    Searched full:mallinfo (Results 51 - 75 of 414) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/
malloc.h 40 struct mallinfo { struct
54 extern struct mallinfo mallinfo(void);
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/
malloc.h 40 struct mallinfo { struct
54 extern struct mallinfo mallinfo(void);
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/
malloc.h 40 struct mallinfo { struct
54 extern struct mallinfo mallinfo(void);
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/
malloc.h 40 struct mallinfo { struct
54 extern struct mallinfo mallinfo(void);
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/
malloc.h 40 struct mallinfo { struct
54 extern struct mallinfo mallinfo(void);
  /bionic/libc/bionic/
jemalloc.h 21 #include <malloc.h> // For struct mallinfo.
28 struct mallinfo je_mallinfo();
malloc_info.cpp 69 struct mallinfo mi = __mallinfo_arena_info(i);
79 struct mallinfo mi = __mallinfo_bin_info(i, j);
malloc_common.cpp 56 Malloc(mallinfo),
96 extern "C" struct mallinfo mallinfo() { function
97 auto _mallinfo = __libc_globals->malloc_dispatch.mallinfo;
101 return Malloc(mallinfo)();
247 if (!InitMallocFunction<MallocMallinfo>(malloc_impl_handler, &table->mallinfo,
248 prefix, "mallinfo")) {
  /bionic/libc/include/
malloc.h 36 struct mallinfo { struct
50 extern struct mallinfo mallinfo(void);
  /external/valgrind/memcheck/tests/
sbfragment.c 14 struct mallinfo mallinfo_result;
15 mallinfo_result = mallinfo();
82 struct mallinfo mallinfo_result;
83 mallinfo_result = mallinfo();
mallinfo.c 14 struct mallinfo mi;
17 mi = mallinfo();
78 printf("mallinfo() is not supported on this platform.\n");
  /bionic/libc/private/
bionic_malloc_dispatch.h 39 typedef struct mallinfo (*MallocMallinfo)();
57 MallocMallinfo mallinfo; member in struct:MallocDispatch
  /external/compiler-rt/lib/asan/
asan_malloc_linux.cc 106 // man mallinfo says the fields are "long", but the implementation uses int.
107 // It doesn't matter much -- we just need to make sure that the libc's mallinfo
113 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) {
159 fake_mallinfo (*mallinfo)(void);
174 WRAP(calloc), WRAP(free), WRAP(mallinfo),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
malloc.h 92 /* SVID2/XPG mallinfo structure */
94 struct mallinfo { struct
107 /* Returns a copy of the updated current mallinfo. */
108 extern struct mallinfo mallinfo __MALLOC_P ((void));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
malloc.h 100 /* SVID2/XPG mallinfo structure */
102 struct mallinfo struct
116 /* Returns a copy of the updated current mallinfo. */
117 extern struct mallinfo mallinfo (void) __THROW;
  /external/llvm/docs/HistoricalNotes/
2003-01-23-CygwinNotes.txt 22 6. There isn't a mallinfo() (or, at least, it's documented, but it doesn't seem
  /external/e2fsprogs/resize/
resource_track.c 66 struct mallinfo malloc_info;
81 malloc_info = mallinfo();
  /external/libchrome/base/trace_event/
malloc_dump_provider.cc 66 struct mallinfo info = mallinfo();
  /external/dlmalloc/
malloc.h 15 your system defines a struct mallinfo that is incompatible with the
60 #define dlmallinfo mallinfo
83 struct mallinfo { struct
229 value. Unlike mallinfo, this function returns only a precomputed
241 by malloc, realloc etc., is less than this value. Unlike mallinfo,
307 mallinfo()
329 struct mallinfo dlmallinfo(void);
499 More information can be obtained by calling mallinfo.
578 mspace_mallinfo behaves as mallinfo, but reports properties of
581 struct mallinfo mspace_mallinfo(mspace msp)
    [all...]
  /external/valgrind/coregrind/m_replacemalloc/
vg_replace_malloc.c 95 10200 MALLINFO
    [all...]
  /external/compiler-rt/lib/lsan/
lsan_interceptors.cc 124 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) {
276 INTERCEPT_FUNCTION(mallinfo);
  /external/valgrind/coregrind/
pub_core_mallocfree.h 92 /* SVID2/XPG mallinfo structure */
131 extern void VG_(mallinfo) ( ThreadId tid, struct vg_mallinfo* mi );
  /external/llvm/lib/Support/Unix/
Process.inc 97 struct mallinfo mi;
98 mi = ::mallinfo();
112 // the value returned by mallinfo in the arena field.
  /frameworks/base/core/jni/
android_os_Debug.cpp 136 struct mallinfo info = mallinfo();
142 struct mallinfo info = mallinfo();
148 struct mallinfo info = mallinfo();
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
main.cc 294 struct mallinfo m = mallinfo();

Completed in 799 milliseconds

1 23 4 5 6 7 8 91011>>