Searched refs:allocdby_common (Results 1 – 2 of 2) sorted by relevance
| /titanic_41/usr/src/cmd/mdb/common/modules/libumem/ |
| H A D | umem.c | 1981 allocdby_common(uintptr_t addr, uint_t flags, const char *w) in allocdby_common() function 2000 return (allocdby_common(addr, flags, "allocdby")); in allocdby() 2007 return (allocdby_common(addr, flags, "freedby")); in freedby()
|
| /titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
| H A D | kmem.c | 2045 allocdby_common(uintptr_t addr, uint_t flags, const char *w) in allocdby_common() function 2064 return (allocdby_common(addr, flags, "allocdby")); in allocdby() 2071 return (allocdby_common(addr, flags, "freedby")); in freedby()
|