gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:Imalloc from tkernel_2/kernel/tkernel/src/messagebuf.c (0.00 seconds)
tkernel_2
kernel/tkernel/src/messagebuf.c - 18.5KB - 689 lines
79:         /* Create message buffer control block */
80:         mbfcb_table = Imalloc((UINT)NUM_MBFID * sizeof(MBFCB));
81:         if ( mbfcb_table == NULL ) {
275: if ( bufsz > 0 ) { 276: msgbuf = Imalloc((UINT)bufsz); 277: if ( msgbuf == NULL ) {