Search | Google it | Results 1 - 1 of 1 for funcall:QueInsert from tkernel_2/lib/libtk/src/memalloc.c (0.00 seconds) |
117: if ( fq != &macb->freeque && (size_t)FreeSize(fq) == size ) { 118: QueInsert(aq + 1, fq + 1); 119: } else { 120: QueInsert(aq + 1, fq); 121: } 133: QueRemove(fq + 1); 134: QueInsert(nq + 1, nq); 135: QueRemove(nq); 136: QueInsert(nq, fq); 137: }