Frame allocator class added

This commit is contained in:
Justin C. Miller
2019-02-25 21:19:43 -08:00
parent 5901237fee
commit 626eec4a31
5 changed files with 320 additions and 3 deletions

View File

@@ -131,9 +131,6 @@ private:
page_block_list used,
page_block_list cache);
/// Initialize the virtual memory manager based on this object's state
void init_memory_manager();
/// Create a `page_block` struct or pull one from the cache.
/// \returns An empty `page_block` struct
page_block * get_block();