Searched refs:kmem_estimate_allocated (Results 1 – 4 of 4) sorted by relevance
115 extern size_t kmem_estimate_allocated(uintptr_t, const kmem_cache_t *);
176 *est += kmem_estimate_allocated(addr, c); in leaky_estimate()
995 *est += kmem_estimate_allocated(addr, c); in typegraph_estimate()
943 kmem_estimate_allocated(uintptr_t addr, const kmem_cache_t *cp) in kmem_estimate_allocated() function