Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/atm/uni/
H A Dng_uni_cust.h53 enum unimem { enum
62 void *ng_uni_malloc(enum unimem, const char *, u_int);
63 void ng_uni_free(enum unimem, void *, const char *, u_int);
H A Dng_uni.c826 ng_uni_malloc(enum unimem type, const char *file, u_int lno) in ng_uni_malloc()
859 ng_uni_free(enum unimem type, void *ptr, const char *file, u_int lno) in ng_uni_free()