Searched defs:UM_ALLOCATED (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c47 #define UM_ALLOCATED 0x1 macro
1204 if (type & UM_ALLOCATED)
1222 if ((cp->cache_flags & UMF_HASH) && (type & UM_ALLOCATED)) {
1232 if (type & UM_ALLOCATED)
1250 if (type & UM_ALLOCATED)
1403 if (type & UM_ALLOCATED)
1477 } else if (type & UM_ALLOCATED) {
1598 return (umem_walk_init_common(wsp, UM_ALLOCATED));
1606 return (umem_walk_init_common(wsp, UM_ALLOCATED | UM_BUFCTL));

Completed in 65 milliseconds