gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:Kmalloc (0.01 seconds)
mtkernel_3
device/adc/adc.c - 7.0KB - 258 lines
214: #if TK_SUPPORT_MEMLIB
215:         p_dcb = (T_ADC_DCB*)Kmalloc(sizeof(T_ADC_DCB));
216:         if( p_dcb == NULL) return E_NOMEM;
More results from mtkernel_3
tkernel_2
lib/libdrvif/src/gdrvif.c - 32.8KB - 1,032 lines
896:         /* Create "GDI" */
897:         gdi = Kmalloc(sizeof(*gdi));
898:         if ( gdi == NULL ) { err = E_NOMEM; goto err_ret1; }
More results from tkernel_2
t2ex
bsd_source/t2ex/network/net/include/netbsd/stdlib.h - 10.3KB - 357 lines
144: void* Kmalloc( size_t size );
145: #define malloc(size) Kmalloc(size)
146: #endif
More results from t2ex