1. 06 Dec, 2018 2 commits
    • Lioncash's avatar
      memory: Convert ASSERT into a DEBUG_ASSERT within GetPointerFromVMA() · 15e3d4f3
      Lioncash authored
      Given memory should always be expected to be valid during normal
      execution, this should be a debug assertion, rather than a check in
      regular builds.
      15e3d4f3
    • Lioncash's avatar
      vm_manager: Make vma_map private · d4c1b9d3
      Lioncash authored
      This was only ever public so that code could check whether or not a
      handle was valid or not. Instead of exposing the object directly and
      allowing external code to potentially mess with the map contents, we
      just provide a member function that allows checking whether or not a
      handle is valid.
      
      This makes all member variables of the VMManager class private except
      for the page table.
      d4c1b9d3
  2. 05 Dec, 2018 6 commits
  3. 04 Dec, 2018 19 commits
  4. 03 Dec, 2018 12 commits
  5. 02 Dec, 2018 1 commit