gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:malloc from t2ex/bsd_source/t2ex/network/net/src_bsd/net/rtsock.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/net/rtsock.c - 49.8KB - 1,393 lines
709:                                         free(rw->w_tmem, M_RTABLE);
710:                                 rw->w_tmem = malloc(len, M_RTABLE, M_NOWAIT);
711:                                 if (rw->w_tmem)
1183: if (w.w_tmemneeded) { 1184: w.w_tmem = malloc(w.w_tmemneeded, M_RTABLE, M_WAITOK); 1185: #ifdef T2EX