gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:PageCount from t2ex/t2ex_source/kernel/extension/memory/t2ex/memmgr.c (0.00 seconds)
t2ex
t2ex_source/kernel/extension/memory/t2ex/memmgr.c - 15.3KB - 590 lines
77: {
78:         return PageCount(byte);
79: }
401: /* The number of pages required for page management table */ 402: tblpage = PageCount(sizeof(PAGETBL) + sizeof(PAGEQUE) * npage); 403: