Search | Google it | Results 1 - 1 of 1 for funcall:chkAreaFlag from tkernel_2/kernel/sysmgr/src/imalloc.c (0.00 seconds) |
315: 316: if ( !chkAreaFlag(aq->next, AREA_END|AREA_USE) ) { 317: /* Merge with free area in after location */ 321: 322: if ( !chkAreaFlag(aq, AREA_TOP) && !chkAreaFlag(aq->prev, AREA_USE) ) { 323: /* Merge with free area in front location */ 332: */ 333: if ( !isDI(imask) && chkAreaFlag(aq, AREA_TOP) && chkAreaFlag(aq->next, AREA_END) ) { 334: /* Free pages */