gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:chkAreaFlag 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
331:                 /* Merge if next space is free space */
332:                 if ( !chkAreaFlag(aq->next, AREA_END|AREA_USE) ) {
333:                         removeFreeQue(aq->next + 1);
395: 396: if ( !chkAreaFlag(aq->next, AREA_END|AREA_USE) ) { 397: /* Merge with just next free area */
401: 402: if ( !chkAreaFlag(aq, AREA_TOP) && !chkAreaFlag(aq->prev, AREA_USE) ) { 403: /* Merge with just previous free area */
409: /* If whole page is empty, then release the page itself */ 410: if ( chkAreaFlag(aq, AREA_TOP) && chkAreaFlag(aq->next, AREA_END) ) { 411: /* Page release */