Searched refs:umausers (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | umem.h | 111 extern int umausers(uintptr_t, uint_t, int, const mdb_arg_t *);
|
H A D | libumem.c | 508 { "umausers", "[-ef] [cache ...]", "display current medium and large " 509 "users of the umem allocator", umausers },
|
H A D | umem.c | 3547 * As the final lure for die-hard crash(1M) users, we provide ::umausers here. 3591 * The second piece of ::umausers is a hash table of allocations. Each 3706 * When ::umausers is invoked without the -f flag, we simply update our hash 3720 * When ::umausers is invoked with the -f flag, we print out the information 3752 * The main engine of ::umausers is relatively straightforward: First we 3759 umausers(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function
|
Completed in 69 milliseconds