gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:chkAreaFlag from t2ex/t2ex_source/kernel/sysmgr/src_t2ex/imalloc.c (0.00 seconds)
t2ex
t2ex_source/kernel/sysmgr/src_t2ex/imalloc.c - 13.7KB - 479 lines
353: 
354:         if ( !chkAreaFlag(aq->next, AREA_END|AREA_USE) ) {
355:                 /* Merge with free area in after location */
359: 360: if ( !chkAreaFlag(aq, AREA_TOP) && !chkAreaFlag(aq->prev, AREA_USE) ) { 361: /* Merge with free area in front location */
370: */ 371: if ( !isDI(imask) && chkAreaFlag(aq, AREA_TOP) && chkAreaFlag(aq->next, AREA_END) ) { 372: /* Free pages */