Searched refs:mt_type (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsd.c202 if (type != NULL && type->mt_type < NUM_MALLOC_TYPES) {
208 audit_malloc_types[type->mt_type] = type;
H A Daudit_bsd.h120 unsigned mt_type; member in struct:au_malloc_type
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c6712 int mt_type; member in struct:mbtypes
6796 totmbufs += mbstat.m_mtypes[mp->mt_type];
6804 if (mbstat.m_mtypes[mp->mt_type] != 0) {
6805 seen[mp->mt_type] = 1;
6807 mbstat.m_mtypes[mp->mt_type], mp->mt_name);

Completed in 103 milliseconds