gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:kmem_free from t2ex/bsd_source/t2ex/network/net/src_bsd/kern/sys_select.c (0.01 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/kern/sys_select.c - 30.3KB - 961 lines
389:         if (bits != smallbits)
390:                 kmem_free(bits, ni * 6);
391:         return (error);
581: if (bits != smallbits) 582: kmem_free(bits, ni); 583: return (error);