Search | Google it | Results 1 - 2 of 2 for funcall:GetSysMemBlk from t2ex (0.00 seconds) |
134: /* Allocate memory automatically */ 135: *laddr = GetSysMemBlk((INT)smPageCount((UW)len), a); 136: if ( *laddr == NULL ) {
295: n = PageCount(size + sizeof(QUEUE) * 2); 296: q = GetSysMemBlk(n, imacb->mematr); 297: if ( q == NULL ) {