Searched refs:M_ALIAS (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_mod.h38 MALLOC_DECLARE(M_ALIAS); variable
42 #define malloc(x) malloc(x, M_ALIAS, M_NOWAIT|M_ZERO)
44 #define free(x) free(x, M_ALIAS)
H A Dalias_db.c345 MALLOC_DEFINE(M_ALIAS, "libalias", "packet aliasing");
2484 la = malloc(sizeof *la, M_ALIAS, M_WAITOK | M_ZERO);

Completed in 137 milliseconds