Search | Google it | Results 1 - 1 of 1 for funcall:Imalloc from tkernel_2/kernel/tkernel/src/subsystem.c (0.00 seconds) |
107: /* Create subsystem control block */ 108: ssycb_table = Imalloc((UINT)NUM_SSYID * sizeof(SSYCB)); 109: if ( ssycb_table == NULL ) { 113: /* Create subsystem priority control table */ 114: ssypri_table = Imalloc((UINT)NUM_SSYPRI * sizeof(SSYCB*)); 115: if ( ssypri_table == NULL ) {