memory_type
struct memory_type *
struct memory_type *mtp;
struct memory_type *
struct memory_type *mtp;
_memstat_mt_reset_stats(struct memory_type *mtp, int maxcpus)
memstat_get_name(const struct memory_type *mtp)
memstat_get_allocator(const struct memory_type *mtp)
memstat_get_countlimit(const struct memory_type *mtp)
memstat_get_byteslimit(const struct memory_type *mtp)
memstat_get_sizemask(const struct memory_type *mtp)
memstat_get_size(const struct memory_type *mtp)
memstat_get_rsize(const struct memory_type *mtp)
memstat_get_memalloced(const struct memory_type *mtp)
memstat_get_memfreed(const struct memory_type *mtp)
memstat_get_numallocs(const struct memory_type *mtp)
memstat_get_numfrees(const struct memory_type *mtp)
memstat_get_bytes(const struct memory_type *mtp)
memstat_get_count(const struct memory_type *mtp)
memstat_get_free(const struct memory_type *mtp)
memstat_get_failures(const struct memory_type *mtp)
memstat_get_sleeps(const struct memory_type *mtp)
memstat_get_xdomain(const struct memory_type *mtp)
memstat_get_caller_pointer(const struct memory_type *mtp, int index)
memstat_set_caller_pointer(struct memory_type *mtp, int index, void *value)
memstat_get_caller_uint64(const struct memory_type *mtp, int index)
memstat_set_caller_uint64(struct memory_type *mtp, int index, uint64_t value)
memstat_get_zonefree(const struct memory_type *mtp)
memstat_get_kegfree(const struct memory_type *mtp)
memstat_get_percpu_memalloced(const struct memory_type *mtp, int cpu)
memstat_get_percpu_memfreed(const struct memory_type *mtp, int cpu)
memstat_get_percpu_numallocs(const struct memory_type *mtp, int cpu)
memstat_get_percpu_numfrees(const struct memory_type *mtp, int cpu)
memstat_get_percpu_sizemask(const struct memory_type *mtp, int cpu)
memstat_get_percpu_caller_pointer(const struct memory_type *mtp, int cpu,
memstat_set_percpu_caller_pointer(struct memory_type *mtp, int cpu,
memstat_get_percpu_caller_uint64(const struct memory_type *mtp, int cpu,
memstat_set_percpu_caller_uint64(struct memory_type *mtp, int cpu, int index,
memstat_get_percpu_free(const struct memory_type *mtp, int cpu)
struct memory_type *
struct memory_type *
memstat_mtl_next(struct memory_type *mtp)
struct memory_type *mtp;
int memstat_malloc_zone_used(const struct memory_type *mtp, size_t n);
const char *memstat_get_name(const struct memory_type *mtp);
int memstat_get_allocator(const struct memory_type *mtp);
uint64_t memstat_get_countlimit(const struct memory_type *mtp);
uint64_t memstat_get_byteslimit(const struct memory_type *mtp);
uint64_t memstat_get_sizemask(const struct memory_type *mtp);
uint64_t memstat_get_size(const struct memory_type *mtp);
uint64_t memstat_get_rsize(const struct memory_type *mtp);
uint64_t memstat_get_memalloced(const struct memory_type *mtp);
uint64_t memstat_get_memfreed(const struct memory_type *mtp);
uint64_t memstat_get_numallocs(const struct memory_type *mtp);
uint64_t memstat_get_numfrees(const struct memory_type *mtp);
uint64_t memstat_get_bytes(const struct memory_type *mtp);
uint64_t memstat_get_count(const struct memory_type *mtp);
uint64_t memstat_get_free(const struct memory_type *mtp);
uint64_t memstat_get_failures(const struct memory_type *mtp);
uint64_t memstat_get_sleeps(const struct memory_type *mtp);
uint64_t memstat_get_xdomain(const struct memory_type *mtp);
void *memstat_get_caller_pointer(const struct memory_type *mtp,
void memstat_set_caller_pointer(struct memory_type *mtp,
uint64_t memstat_get_caller_uint64(const struct memory_type *mtp,
void memstat_set_caller_uint64(struct memory_type *mtp, int index,
uint64_t memstat_get_zonefree(const struct memory_type *mtp);
uint64_t memstat_get_kegfree(const struct memory_type *mtp);
uint64_t memstat_get_percpu_memalloced(const struct memory_type *mtp,
uint64_t memstat_get_percpu_memfreed(const struct memory_type *mtp,
uint64_t memstat_get_percpu_numallocs(const struct memory_type *mtp,
uint64_t memstat_get_percpu_numfrees(const struct memory_type *mtp,
uint64_t memstat_get_percpu_sizemask(const struct memory_type *mtp,
const struct memory_type *mtp, int cpu, int index);
void memstat_set_percpu_caller_pointer(struct memory_type *mtp,
const struct memory_type *mtp, int cpu, int index);
void memstat_set_percpu_caller_uint64(struct memory_type *mtp,
uint64_t memstat_get_percpu_free(const struct memory_type *mtp,
struct memory_type;
struct memory_type *memstat_mtl_first(struct memory_type_list *list);
struct memory_type *memstat_mtl_next(struct memory_type *mtp);
struct memory_type *memstat_mtl_find(struct memory_type_list *list,
LIST_ENTRY(memory_type) mt_list; /* List of types. */
LIST_HEAD(, memory_type) mtl_list;
struct memory_type *_memstat_mt_allocate(struct memory_type_list *list,
void _memstat_mt_reset_stats(struct memory_type *mtp,
struct memory_type *mtp;
memstat_malloc_zone_used(const struct memory_type *mtp, size_t n)
struct memory_type *mtp;
struct memory_type *mtp;
struct memory_type *mtp;
struct memory_type *mtp;
struct memory_type *mtp;
struct memory_type *mtp;
struct memory_type *mt_item;