Lines Matching defs:mtp
1336 struct memory_type *mtp;
1367 for (mtp = memstat_mtl_first(mtlp); mtp != NULL;
1368 mtp = memstat_mtl_next(mtp)) {
1369 if (memstat_get_numallocs(mtp) == 0 &&
1370 memstat_get_count(mtp) == 0)
1377 memstat_get_name(mtp), (uintmax_t)memstat_get_count(mtp),
1378 (uintmax_t)memstat_get_bytes(mtp),
1379 (uintmax_t)memstat_get_numallocs(mtp));
1383 if (memstat_malloc_zone_used(mtp, i)) {
1403 struct memory_type *mtp;
1433 for (mtp = memstat_mtl_first(mtlp); mtp != NULL;
1434 mtp = memstat_mtl_next(mtp)) {
1435 len = strlen(memstat_get_name(mtp));
1441 memstat_get_name(mtp), MAX(1, 26 - len),
1442 (uintmax_t)memstat_get_size(mtp),
1443 (uintmax_t)memstat_get_size(mtp),
1444 (uintmax_t)memstat_get_countlimit(mtp),
1445 (uintmax_t)memstat_get_count(mtp),
1446 (uintmax_t)memstat_get_free(mtp),
1447 (uintmax_t)memstat_get_numallocs(mtp),
1448 (uintmax_t)memstat_get_failures(mtp),
1449 (uintmax_t)memstat_get_sleeps(mtp),
1450 (uintmax_t)memstat_get_xdomain(mtp));