gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:smPageCount (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 ) {
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 ) {