gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:chkAreaFlag from tkernel_2/lib/libtk/src/memalloc.c (0.00 seconds)
tkernel_2
lib/libtk/src/memalloc.c - 10.9KB - 395 lines
307:                 /* Merge if next space is free space */
308:                 if ( !chkAreaFlag(aq->next, AREA_END|AREA_USE) ) {
309:                         removeFreeQue(aq->next + 1);
371: 372: if ( !chkAreaFlag(aq->next, AREA_END|AREA_USE) ) { 373: /* Merge with just next free area */
377: 378: if ( !chkAreaFlag(aq, AREA_TOP) && !chkAreaFlag(aq->prev, AREA_USE) ) { 379: /* Merge with just previous free area */
385: /* If whole page is empty, then release the page itself */ 386: if ( chkAreaFlag(aq, AREA_TOP) && chkAreaFlag(aq->next, AREA_END) ) { 387: /* Page release */