os: implement MemoryHeapManager, SetMemoryAttribute
1 parent 4e112de commit a65b6df8d25778ed7438f71800b7e5867d20b05e
@Michael Scire Michael Scire authored on 11 Jun 2022
Showing 26 changed files
View
libraries/libstratosphere/include/stratosphere/os.hpp
View
libraries/libstratosphere/include/stratosphere/os/os_memory_attribute.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/os/os_memory_common.hpp
View
libraries/libstratosphere/include/stratosphere/os/os_memory_heap.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/os/os_memory_heap_api.hpp
View
libraries/libstratosphere/include/stratosphere/os/os_memory_heap_common.hpp 0 → 100644
View
libraries/libstratosphere/source/os/impl/os_memory_attribute_impl.hpp 0 → 100644
View
libraries/libstratosphere/source/os/impl/os_memory_attribute_impl.os.horizon.cpp 0 → 100644
View
libraries/libstratosphere/source/os/impl/os_memory_attribute_impl.os.linux.cpp 0 → 100644
View
libraries/libstratosphere/source/os/impl/os_memory_attribute_impl.os.macos.cpp 0 → 100644
View
libraries/libstratosphere/source/os/impl/os_memory_attribute_impl.os.windows.cpp 0 → 100644
View
libraries/libstratosphere/source/os/impl/os_memory_heap_manager.cpp 0 → 100644
View
libraries/libstratosphere/source/os/impl/os_memory_heap_manager.hpp 0 → 100644
View
libraries/libstratosphere/source/os/impl/os_memory_heap_manager_impl.os.horizon.hpp 0 → 100644
View
libraries/libstratosphere/source/os/impl/os_memory_heap_manager_impl.os.linux.hpp 0 → 100644
View
libraries/libstratosphere/source/os/impl/os_memory_heap_manager_impl.os.macos.hpp 0 → 100644
View
libraries/libstratosphere/source/os/impl/os_memory_heap_manager_impl.os.windows.hpp 0 → 100644
View
libraries/libstratosphere/source/os/impl/os_memory_heap_manager_types.hpp 0 → 100644
View
libraries/libstratosphere/source/os/impl/os_memory_permission_impl.os.linux.cpp 0 → 100644
View
libraries/libstratosphere/source/os/impl/os_memory_permission_impl.os.macos.cpp 0 → 100644
View
libraries/libstratosphere/source/os/impl/os_memory_permission_impl.os.windows.cpp 0 → 100644
View
libraries/libstratosphere/source/os/impl/os_resource_manager.hpp
View
libraries/libstratosphere/source/os/impl/os_vamm_manager_impl.os.linux.hpp
View
libraries/libstratosphere/source/os/impl/os_vamm_manager_impl.os.macos.hpp
View
libraries/libstratosphere/source/os/os_memory_attribute.cpp 0 → 100644
View
libraries/libstratosphere/source/os/os_memory_heap.cpp