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

/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c48 #define UM_FREE 0x2 macro
1341 if ((type & UM_FREE) && magcnt != 0) {
1509 if (type & UM_FREE)
1614 return (umem_walk_init_common(wsp, UM_FREE));
1622 return (umem_walk_init_common(wsp, UM_FREE | UM_BUFCTL));

Completed in 56 milliseconds