Search | Google it | Results 1 - 1 of 1 for funcall:Icalloc (0.00 seconds) |
172: i = ROUND_RESBLKSZ(pk_dssy->resblksz); 173: resblk = Icalloc((UINT)NUM_RESID, (UINT)i); 174: if ( resblk == NULL ) { 976: /* Create bitmap of resource ID */ 977: resid_bitmap = Icalloc(1, (UINT)((NUM_RESID + 31) / 32)); 978: if ( resid_bitmap == NULL ) {