gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:imalloc from t2ex/t2ex_source/kernel/sysmgr/src_t2ex/imalloc.c (0.00 seconds)
t2ex
t2ex_source/kernel/sysmgr/src_t2ex/imalloc.c - 13.7KB - 479 lines
328: 
329:         mem = imalloc(sz, imacb);
330:         if ( mem == NULL ) {
400: { 401: return imalloc(size, SelIMACB(attr)); 402: }