gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:chkAreaFlag from tkernel_2/kernel/tkernel/src/mempool.c (0.01 seconds)
tkernel_2
kernel/tkernel/src/mempool.c - 20.9KB - 791 lines
308: #if CHK_PAR
309:         if ( !chkAreaFlag(aq, AREA_USE) ) {
310:                 return E_PAR;
314: 315: if ( !chkAreaFlag(aq->next, AREA_USE) ) { 316: /* Merge to the next area */
319: } 320: if ( !chkAreaFlag(aq->prev, AREA_USE) ) { 321: /* Merge to the previous area */