uma_cache
struct uma_cache *ucp, *ucp_array;
ucp_array = malloc(sizeof(struct uma_cache) * (mp_maxid + 1));
sizeof(struct uma_cache) * (mp_maxid + 1),
(sizeof(struct uma_cache) * (mp_maxid + 1)) +
typedef struct uma_cache * uma_cache_t;
struct uma_cache uz_cpu[]; /* Per cpu caches */
uma_print_cache(kvm_t *kvm, struct uma_cache *cache, const char *name,
sizeof(struct uma_cache);