gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:QueInsert from tkernel_2/kernel/sysmgr/src/imalloc.c (0.00 seconds)
tkernel_2
kernel/sysmgr/src/imalloc.c - 12.0KB - 441 lines
156:         if ( fq != &imacb->freeque && FreeSize(fq) == size ) {
157:                 QueInsert(aq + 1, fq + 1);
158:         } else {
159:                 QueInsert(aq + 1, fq);
160:         }
172: QueRemove(fq + 1); 173: QueInsert(nq + 1, nq); 174: QueRemove(nq); 175: QueInsert(nq, fq); 176: }