Search | Google it | Results 1 - 2 of 2 for funcall:chkAreaFlag from t2ex (0.00 seconds) |
353: 354: if ( !chkAreaFlag(aq->next, AREA_END|AREA_USE) ) { 355: /* Merge with free area in after location */
331: /* Merge if next space is free space */ 332: if ( !chkAreaFlag(aq->next, AREA_END|AREA_USE) ) { 333: removeFreeQue(aq->next + 1);