Searched refs:allocdby_common (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | umem.c | 1982 allocdby_common(uintptr_t addr, uint_t flags, const char *w) in allocdby_common() function 2001 return (allocdby_common(addr, flags, "allocdby")); in allocdby() 2008 return (allocdby_common(addr, flags, "freedby")); in freedby()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | kmem.c | 2046 allocdby_common(uintptr_t addr, uint_t flags, const char *w) in allocdby_common() function 2065 return (allocdby_common(addr, flags, "allocdby")); in allocdby() 2072 return (allocdby_common(addr, flags, "freedby")); in freedby()
|