Home
last modified time | relevance | path

Searched refs:Mallinfo_t (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dmalloc.c62 typedef struct ______mallinfo Mallinfo_t; typedef
920 typedef struct mallinfo Mallinfo_t; typedef
945 extern Mallinfo_t mallinfo(void) in mallinfo()
947 extern Mallinfo_t mallinfo() in mallinfo()
951 Mallinfo_t mi; in mallinfo()
1079 typedef struct mallinfo Mallinfo_t; typedef
1093 extern Mallinfo_t F0(_ast_mallinfo, void) { return mallinfo(); } in F0()