Searched refs:cur_mtype (Results 1 – 1 of 1) sorted by relevance
1529 struct malloc_type *last_mtype, *cur_mtype; in DB_SHOW_COMMAND_FLAGS() local1547 cur_mtype = NULL; in DB_SHOW_COMMAND_FLAGS()1567 cur_mtype = mtp; in DB_SHOW_COMMAND_FLAGS()1570 if (cur_mtype == NULL) in DB_SHOW_COMMAND_FLAGS()1573 size = get_malloc_stats(&cur_mtype->ks_mti, &allocs, &inuse); in DB_SHOW_COMMAND_FLAGS()1574 db_printf(fmt_entry, cur_mtype->ks_shortdesc, inuse, in DB_SHOW_COMMAND_FLAGS()1580 last_mtype = cur_mtype; in DB_SHOW_COMMAND_FLAGS()