gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:Imalloc from tkernel_2/kernel/tkernel/src/time_calls.c (0.00 seconds)
tkernel_2
kernel/tkernel/src/time_calls.c - 27.4KB - 1,118 lines
237:         /* Create cyclic handler control block */
238:         cyccb_table = Imalloc((UINT)NUM_CYCID * sizeof(CYCCB));
239:         if ( cyccb_table == NULL ) {
743: /* Create alarm handler control block */ 744: almcb_table = Imalloc((UINT)NUM_ALMID * sizeof(ALMCB)); 745: if ( almcb_table == NULL ) {