gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:GetSysMemBlk from t2ex (0.00 seconds)
t2ex
t2ex_source/kernel/extension/memory/t2ex/segmgr.c - 12.5KB - 450 lines
134:                 /* Allocate memory automatically */
135:                 *laddr = GetSysMemBlk((INT)smPageCount((UW)len), a);
136:                 if ( *laddr == NULL ) {
t2ex_source/kernel/sysmgr/src_t2ex/imalloc.c - 13.7KB - 479 lines
295:                 n = PageCount(size + sizeof(QUEUE) * 2);
296:                 q = GetSysMemBlk(n, imacb->mematr);
297:                 if ( q == NULL ) {