gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:chkAreaFlag from t2ex (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 */
More results from imalloc.c
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);
More results from memalloc.c