gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:QueRemove from tkernel_2/kernel/sysmgr/src/imalloc.c (0.00 seconds)
tkernel_2
kernel/sysmgr/src/imalloc.c - 12.0KB - 441 lines
171: 
172:                 QueRemove(fq + 1);
173:                 QueInsert(nq + 1, nq);
174:                 QueRemove(nq);
175:                 QueInsert(nq, fq);
177: 178: QueRemove(fq); 179: }