Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/atm/uni/
H A Dng_uni_cust.h60 #define UNIMEM_TYPES 5 macro
141 extern size_t unimem_sizes[UNIMEM_TYPES];
144 size_t unimem_sizes[UNIMEM_TYPES] = { \
H A Dng_uni.c766 static struct unimem_debug_list nguni_freemem[UNIMEM_TYPES] = {
773 static struct unimem_debug_list nguni_usedmem[UNIMEM_TYPES] = {
783 static const char *unimem_names[UNIMEM_TYPES] = {
804 for (type = 0; type < UNIMEM_TYPES; type++) { in uni_fini()