gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:Kcalloc (0.04 seconds)
tkernel_2
driver/tef_em1d/sysdsk/src/main.c - 7.8KB - 235 lines
104:                 /* Get & Clear the drive information area  */
105:                 if (!(drv = (DrvTab*)Kcalloc(1, sizeof(DrvTab)))) {
106:                         goto E_EXIT;
More results from tkernel_2
t2ex
bsd_source/t2ex/network/net/include/netbsd/stdlib.h - 10.3KB - 357 lines
126: void* Kcalloc( size_t nmemb, size_t size );
127: #define calloc(nmemb,size) Kcalloc(nmemb,size)
128: #endif
More results from t2ex