gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:chkAreaFlag (0.00 seconds)
mtkernel_3
kernel/tkernel/memory.c - 9.3KB - 334 lines
270: 
271:         if ( !chkAreaFlag(aq->next, AREA_USE) ) {
272:                 /* Merge with free area in after location */
More results from mtkernel_3
tkernel_2
kernel/sysmgr/src/imalloc.c - 12.0KB - 441 lines
315: 
316:         if ( !chkAreaFlag(aq->next, AREA_END|AREA_USE) ) {
317:                 /* Merge with free area in after location */
More results from tkernel_2
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 */
More results from t2ex