Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_malloc.c1487 struct malloc_type *last_mtype, *cur_mtype; in DB_SHOW_COMMAND_FLAGS() local
1505 cur_mtype = NULL; in DB_SHOW_COMMAND_FLAGS()
1525 cur_mtype = mtp; in DB_SHOW_COMMAND_FLAGS()
1528 if (cur_mtype == NULL) in DB_SHOW_COMMAND_FLAGS()
1531 size = get_malloc_stats(&cur_mtype->ks_mti, &allocs, &inuse); in DB_SHOW_COMMAND_FLAGS()
1532 db_printf(fmt_entry, cur_mtype->ks_shortdesc, inuse, in DB_SHOW_COMMAND_FLAGS()
1538 last_mtype = cur_mtype; in DB_SHOW_COMMAND_FLAGS()