Searched refs:M_BASESIZE (Results 1 – 2 of 2) sorted by relevance
139 #define M_BASESIZE (sizeof(struct mbuf)) macro140 #define M_MINSIZE (256 - M_BASESIZE)141 #define M_TOP(m) ((char*)(m) + M_BASESIZE)
57 m = malloc(M_BASESIZE + len); in m_get()60 bzero(m, M_BASESIZE + len); in m_get()