gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:imalloc from tkernel_2/kernel/sysmgr/src/imalloc.c (0.00 seconds)
tkernel_2
kernel/sysmgr/src/imalloc.c - 12.0KB - 441 lines
290: 
291:         mem = imalloc(sz, imacb);
292:         if ( mem == NULL ) {
362: { 363: return imalloc(size, SelIMACB(attr)); 364: }