gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:QueInsert from t2ex/t2ex_source/lib/libtk/src_t2ex/memalloc.c (0.00 seconds)
t2ex
t2ex_source/lib/libtk/src_t2ex/memalloc.c - 12.2KB - 419 lines
141:         if ( fq != &macb->freeque && (size_t)FreeSize(fq) == size ) {
142:                 QueInsert(aq + 1, fq + 1);
143:         } else {
144:                 QueInsert(aq + 1, fq);
145:         }
157: QueRemove(fq + 1); 158: QueInsert(nq + 1, nq); 159: QueRemove(nq); 160: QueInsert(nq, fq); 161: }