Searched refs:UNIMEM_CALL (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/netgraph/atm/uni/
H A Dng_uni_cust.h57 UNIMEM_CALL, enumerator in enum:unimem
74 #define CALL_ALLOC() ng_uni_malloc(UNIMEM_CALL, __FILE__, __LINE__)
75 #define CALL_FREE(P) ng_uni_free(UNIMEM_CALL, P, __FILE__, __LINE__)
148 [UNIMEM_CALL] = sizeof(struct call), \

Completed in 45 milliseconds