gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 4 of 4 for funcall:Kfree from t2ex (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/include/netbsd/stdlib.h - 10.3KB - 357 lines
134: void  Kfree( void *ptr );
135: #define free(ptr) Kfree(ptr)
136: #endif
t2ex_source/t2ex/fs/fs/src/fsdefs.h - 18.1KB - 431 lines
328: #define fs_malloc(sz)           Kmalloc(sz)
329: #define fs_free(p)              Kfree(p)
330: 
t2ex_source/t2ex/load/src/pminfo.c - 4.0KB - 139 lines
106: {
107:         Kfree(pmInfoTable);
108:         pmInfoTable = NULL;
t2ex_source/t2ex/network/net/src/netmain/tkn_malloc.c - 4.5KB - 156 lines
110: {
111:         Kfree(addr);
112: }