Home
last modified time | relevance | path

Searched defs:mallinfo (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dmalloc.h86 struct mallinfo struct
100 /* SVID2/XPG mallinfo2 structure which can handle allocations argument
117 /* Returns a copy of the updated current mallinfo. */ argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dmalloc.h86 struct mallinfo struct
100 /* SVID2/XPG mallinfo2 structure which can handle allocations argument
117 /* Returns a copy of the updated current mallinfo. */ argument
/OK3568_Linux_fs/u-boot/include/
H A Dmalloc.h596 struct mallinfo { struct
597 int arena; /* total space allocated from system */
598 int ordblks; /* number of non-inuse chunks */
599 int smblks; /* unused -- always zero */
600 int hblks; /* number of mmapped regions */
601 int hblkhd; /* total space in mmapped regions */
602 int usmblks; /* unused -- always zero */
603 int fsmblks; /* unused -- always zero */
604 int uordblks; /* total allocated space */
605 int fordblks; /* total non-inuse space */
[all …]