gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 4 of 4 for funcall:IAmalloc from tkernel_2 (0.00 seconds)
tkernel_2
kernel/sysmgr/src/imalloc.c - 12.0KB - 441 lines
388: {
389:         return IAmalloc(size, TA_RNG);
390: }
kernel/tkernel/src/mempfix.c - 12.5KB - 498 lines
155:         /* Allocate memory for memory pool */
156:         mempool = IAmalloc((UINT)mpfsz, pk_cmpf->mpfatr);
157:         if ( mempool == NULL ) {
kernel/tkernel/src/mempool.c - 20.9KB - 791 lines
449:         /* Allocate memory for memory pool */
450:         mempool = IAmalloc((UINT)mplsz + sizeof(QUEUE)*2, pk_cmpl->mplatr);
451:         if ( mempool == NULL ) {
kernel/tkernel/src/task_manage.c - 23.8KB - 956 lines
107:         /* Allocate system stack area */
108:         sstack = IAmalloc((UINT)sstksz, TA_RNG0);
109:         if ( sstack == NULL ) {
More results from task_manage.c