Search | Google it | Results 1 - 2 of 2 for funcall:Kcalloc from t2ex (0.00 seconds) |
126: void* Kcalloc( size_t nmemb, size_t size ); 127: #define calloc(nmemb,size) Kcalloc(nmemb,size) 128: #endif
76: /* Allocate control block for program module information */ 77: pmInfoTable = (ProgInfo*)Kcalloc(n, sizeof(ProgInfo)); 78: if ( pmInfoTable == NULL ) {