gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:GetSysMemBlk from tkernel_2 (0.00 seconds)
tkernel_2
kernel/extension/memory/nommu/segmgr.c - 10.5KB - 418 lines
118:                 /* Allocate memory automatically */
119:                 *laddr = GetSysMemBlk((INT)smPageCount((UW)len), a);
120:                 if ( *laddr == NULL ) {
kernel/sysmgr/src/imalloc.c - 12.0KB - 441 lines
257:                 n = PageCount(size + sizeof(QUEUE) * 2);
258:                 q = GetSysMemBlk(n, imacb->mematr);
259:                 if ( q == NULL ) {
kernel/sysmgr/src/system.c - 11.8KB - 495 lines
289: 
290:         *addr = GetSysMemBlk(nblk, attr);
291:         if ( *addr == NULL ) {