Home
last modified time | relevance | path

Searched refs:cur_mtype (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_malloc.c1425 struct malloc_type *last_mtype, *cur_mtype; in DB_SHOW_COMMAND() local
1443 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()