Search | Google it | Results 1 - 1 of 1 for funcall:removeFreeQue from t2ex/t2ex_source/kernel/sysmgr/src_t2ex/imalloc.c (0.00 seconds) |
284: /* There is free area: Split from FreeQue once */ 285: removeFreeQue(q); 286: 355: /* Merge with free area in after location */ 356: removeFreeQue(aq->next + 1); 357: removeAreaQue(aq->next); 362: aq = aq->prev; 363: removeFreeQue(aq + 1); 364: removeAreaQue(aq->next);