Searched refs:cur_mtype (Results 1 – 1 of 1) sorted by relevance
1425 struct malloc_type *last_mtype, *cur_mtype; in DB_SHOW_COMMAND() local1443 cur_mtype = NULL; in DB_SHOW_COMMAND()1463 cur_mtype = mtp; in DB_SHOW_COMMAND()1466 if (cur_mtype == NULL) in DB_SHOW_COMMAND()1469 size = get_malloc_stats(&cur_mtype->ks_mti, &allocs, &inuse); in DB_SHOW_COMMAND()1470 db_printf(fmt_entry, cur_mtype->ks_shortdesc, inuse, in DB_SHOW_COMMAND()1476 last_mtype = cur_mtype; in DB_SHOW_COMMAND()