memory_type_list
memstat_mtl_free(struct memory_type_list *list)
memstat_mtl_geterror(struct memory_type_list *list)
memstat_mtl_find(struct memory_type_list *list, int allocator,
_memstat_mt_allocate(struct memory_type_list *list, int allocator,
struct memory_type_list *
struct memory_type_list *mtlp;
memstat_mtl_first(struct memory_type_list *list)
_memstat_mtl_empty(struct memory_type_list *list)
void memstat_mtl_free(struct memory_type_list *list);
int memstat_mtl_geterror(struct memory_type_list *list);
int memstat_sysctl_all(struct memory_type_list *list, int flags);
int memstat_sysctl_malloc(struct memory_type_list *list, int flags);
int memstat_sysctl_uma(struct memory_type_list *list, int flags);
int memstat_kvm_all(struct memory_type_list *list, void *kvm_handle);
int memstat_kvm_malloc(struct memory_type_list *list, void *kvm_handle);
int memstat_kvm_uma(struct memory_type_list *list, void *kvm_handle);
struct memory_type_list;
struct memory_type_list *memstat_mtl_alloc(void);
struct memory_type *memstat_mtl_first(struct memory_type_list *list);
struct memory_type *memstat_mtl_find(struct memory_type_list *list,
memstat_sysctl_all(struct memory_type_list *mtlp, int flags)
memstat_kvm_all(struct memory_type_list *mtlp, void *kvm_handle)
void _memstat_mtl_empty(struct memory_type_list *list);
struct memory_type *_memstat_mt_allocate(struct memory_type_list *list,
memstat_kvm_malloc(struct memory_type_list *list, void *kvm_handle)
memstat_sysctl_malloc(struct memory_type_list *list, int flags)
memstat_kvm_uma(struct memory_type_list *list, void *kvm_handle)
memstat_sysctl_uma(struct memory_type_list *list, int flags)
struct memory_type_list *mtlp;
struct memory_type_list *mtlp;
struct memory_type_list *mtlp;
static struct memory_type_list *mt_list;