Search | Google it | Results 1 - 2 of 2 for funcall:Kcalloc (0.04 seconds) |
104: /* Get & Clear the drive information area */ 105: if (!(drv = (DrvTab*)Kcalloc(1, sizeof(DrvTab)))) { 106: goto E_EXIT;
126: void* Kcalloc( size_t nmemb, size_t size ); 127: #define calloc(nmemb,size) Kcalloc(nmemb,size) 128: #endif