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