Search | Google it | Results 1 - 1 of 1 for funcall:malloc from t2ex/bsd_source/t2ex/network/net/src_bsd/sys/mbuf.h (0.00 seconds) |
514: (m)->m_ext_storage.ext_buf = \ 515: (void *)malloc((size), mbtypes[(m)->m_type], (how)); \ 516: if ((m)->m_ext_storage.ext_buf != NULL) { \ 547: (m)->m_ext_storage.ext_buf = \ 548: (void *)malloc((size), mbtypes[(m)->m_type], (how)); \ 549: if ((m)->m_ext_storage.ext_buf != NULL) { \