Home
last modified time | relevance | path

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

/third_party/musl/ndk_musl_include/
Dmalloc.h38 struct mallinfo { struct
51 struct mallinfo2 { argument
/third_party/musl/include/
Dmalloc.h33 struct mallinfo { __MALLINFO_BODY }; struct
/third_party/musl/src/malloc/oldmallocng/
Dmallinfo.c77 struct mallinfo mallinfo() { in mallinfo() function
/third_party/musl/porting/linux/user/src/malloc/
Dstats.c56 struct mallinfo mallinfo(void) in mallinfo() function
/third_party/musl/porting/linux/user/include/
Dmalloc.h37 struct mallinfo { __MALLINFO_BODY }; struct
/third_party/musl/porting/linux/user/src/hook/
Dmusl_malloc_dispatch.h47 MallinfoType mallinfo; member
/third_party/libffi/src/
Ddlmalloc.c633 struct mallinfo { struct
634 MALLINFO_FIELD_TYPE arena; /* non-mmapped space allocated from system */
635 MALLINFO_FIELD_TYPE ordblks; /* number of free chunks */
636 MALLINFO_FIELD_TYPE smblks; /* always 0 */
637 MALLINFO_FIELD_TYPE hblks; /* always 0 */
638 MALLINFO_FIELD_TYPE hblkhd; /* space in mmapped regions */
639 MALLINFO_FIELD_TYPE usmblks; /* maximum total allocated space */
640 MALLINFO_FIELD_TYPE fsmblks; /* always 0 */
641 MALLINFO_FIELD_TYPE uordblks; /* total allocated space */
665 #define dlmallinfo mallinfo argument
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs1300 pub fn mallinfo() -> ::mallinfo; in mallinfo() function
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs3088 pub fn mallinfo() -> ::mallinfo; in mallinfo() function
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs3145 pub fn mallinfo() -> ::mallinfo; in mallinfo() function