gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:MEXTMALLOC (0.01 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/kern/uipc_socket2.c - 45.7KB - 1,544 lines
1031:         if (len > MLEN) {
1032:                 MEXTMALLOC(m, asa->sa_len, M_NOWAIT);
1033:                 if ((m->m_flags & M_EXT) == 0) {
More results from uipc_socket2.c
bsd_source/t2ex/network/net/src_bsd/kern/uipc_syscalls.c - 40.9KB - 1,442 lines
1412:                  */
1413:                 MEXTMALLOC(m, buflen, M_WAITOK);
1414: #ifdef T2EX