gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:Imalloc from tkernel_2/kernel/sysmgr/src/deviceio.c (0.00 seconds)
tkernel_2
kernel/sysmgr/src/deviceio.c - 35.3KB - 1,328 lines
1278:         /* Generate open management information table */
1279:         OpnCBtbl = Imalloc((UINT)MaxOpnDev * sizeof(OpnCB));
1280:         if ( OpnCBtbl == NULL ) {
1291: /* Generate request management information table */ 1292: ReqCBtbl = Imalloc((UINT)MaxReqDev * sizeof(ReqCB)); 1293: if ( ReqCBtbl == NULL ) {