Home
last modified time | relevance | path

Searched refs:unimem_debug (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netgraph/atm/uni/
H A Dng_uni.c758 struct unimem_debug { struct
761 LIST_ENTRY(unimem_debug) link; argument
764 LIST_HEAD(unimem_debug_list, unimem_debug); argument
802 struct unimem_debug *h; in uni_fini()
828 struct unimem_debug *d; in ng_uni_malloc()
843 full = unimem_sizes[type] + offsetof(struct unimem_debug, data); in ng_uni_malloc()
861 struct unimem_debug *d, *h; in ng_uni_free()
863 d = (struct unimem_debug *) in ng_uni_free()
864 ((char *)ptr - offsetof(struct unimem_debug, data)); in ng_uni_free()