Esempio n. 1
0
 public static void Free(Page *page)
 {
     Default.Free(page);
 }
Esempio n. 2
0
 public static void FreeAddr(this IPageFrameAllocator allocator, Addr addr)
 {
     allocator.Free(allocator.GetPageByAddress(addr));
 }