HomeSort by relevance Sort by last modified time
    Searched defs:mallinfo (Results 1 - 25 of 32) sorted by null

1 2

  /bionic/libc/include/
malloc.h 48 struct mallinfo { struct
61 extern struct mallinfo mallinfo(void);
97 More information can be obtained by calling mallinfo.
  /development/ndk/platforms/android-3/include/
malloc.h 48 struct mallinfo { struct
61 extern struct mallinfo mallinfo(void);
97 More information can be obtained by calling mallinfo.
  /external/valgrind/main/coregrind/
pub_core_replacemalloc.h 53 void (*mallinfo) (ThreadId tid, struct vg_mallinfo* mi); member in struct:vg_mallocfunc_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
malloc.h 48 struct mallinfo { struct
61 extern struct mallinfo mallinfo(void);
97 More information can be obtained by calling mallinfo.
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
malloc.h 48 struct mallinfo { struct
61 extern struct mallinfo mallinfo(void);
97 More information can be obtained by calling mallinfo.
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
malloc.h 48 struct mallinfo { struct
61 extern struct mallinfo mallinfo(void);
97 More information can be obtained by calling mallinfo.
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
malloc.h 48 struct mallinfo { struct
61 extern struct mallinfo mallinfo(void);
97 More information can be obtained by calling mallinfo.
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
malloc.h 48 struct mallinfo { struct
61 extern struct mallinfo mallinfo(void);
97 More information can be obtained by calling mallinfo.
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
malloc.h 48 struct mallinfo { struct
61 extern struct mallinfo mallinfo(void);
97 More information can be obtained by calling mallinfo.
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
malloc.h 48 struct mallinfo { struct
61 extern struct mallinfo mallinfo(void);
97 More information can be obtained by calling mallinfo.
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
malloc.h 48 struct mallinfo { struct
61 extern struct mallinfo mallinfo(void);
97 More information can be obtained by calling mallinfo.
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
malloc.h 48 struct mallinfo { struct
61 extern struct mallinfo mallinfo(void);
97 More information can be obtained by calling mallinfo.
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/
malloc.h 48 struct mallinfo { struct
61 extern struct mallinfo mallinfo(void);
97 More information can be obtained by calling mallinfo.
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/
malloc.h 48 struct mallinfo { struct
61 extern struct mallinfo mallinfo(void);
97 More information can be obtained by calling mallinfo.
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/
malloc.h 48 struct mallinfo { struct
61 extern struct mallinfo mallinfo(void);
97 More information can be obtained by calling mallinfo.
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/
malloc.h 48 struct mallinfo { struct
61 extern struct mallinfo mallinfo(void);
97 More information can be obtained by calling mallinfo.
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/
malloc.h 48 struct mallinfo { struct
61 extern struct mallinfo mallinfo(void);
97 More information can be obtained by calling mallinfo.
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/
malloc.h 48 struct mallinfo { struct
61 extern struct mallinfo mallinfo(void);
97 More information can be obtained by calling mallinfo.
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/
malloc.h 48 struct mallinfo { struct
61 extern struct mallinfo mallinfo(void);
97 More information can be obtained by calling mallinfo.
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/
malloc.h 48 struct mallinfo { struct
61 extern struct mallinfo mallinfo(void);
97 More information can be obtained by calling mallinfo.
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/
malloc.h 48 struct mallinfo { struct
61 extern struct mallinfo mallinfo(void);
97 More information can be obtained by calling mallinfo.
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/
malloc.h 48 struct mallinfo { struct
61 extern struct mallinfo mallinfo(void);
97 More information can be obtained by calling mallinfo.
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/
malloc.h 48 struct mallinfo { struct
61 extern struct mallinfo mallinfo(void);
97 More information can be obtained by calling mallinfo.
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
malloc.h 48 struct mallinfo { struct
61 extern struct mallinfo mallinfo(void);
97 More information can be obtained by calling mallinfo.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
malloc.h 91 /* SVID2/XPG mallinfo structure */
93 struct mallinfo { struct
106 /* Returns a copy of the updated current mallinfo. */
107 extern struct mallinfo mallinfo __MALLOC_P ((void));

Completed in 748 milliseconds

1 2