gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:Icalloc (0.01 seconds)
tkernel_2
kernel/tkernel/src/subsystem.c - 29.4KB - 1,062 lines
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 ) {