1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2025-02-21 16:06:09 +00:00
Atmosphere/libraries/libstratosphere/source/os/impl
SciresM 87ec045a98
mem: implement most of StandardAllocator (#860)
This was tested using `https://github.com/node-dot-cpp/alloc-test` plus a few other by-hand tests.

It seems to work for the case we care about (sysmodules without thread cache-ing).

External users are advised to build with assertions on and contact SciresM if you find issues.

This is a lot of code to have gotten right in one go, and it was written mostly after midnight while sick, so there are probably un-noticed issues.
2020-03-29 14:43:16 -07:00
..
os_inter_process_event.cpp stratosphere: fix building with latest libnx 2020-03-18 00:14:34 -07:00
os_inter_process_event.hpp
os_memory_permission_impl.hpp mem: implement most of StandardAllocator (#860) 2020-03-29 14:43:16 -07:00
os_memory_permission_impl.os.horizon.cpp mem: implement most of StandardAllocator (#860) 2020-03-29 14:43:16 -07:00
os_random_impl.hpp
os_random_impl.os.horizon.cpp
os_resource_manager.cpp
os_resource_manager.hpp os: add rngmanager 2020-03-16 13:08:20 -07:00
os_rng_manager.hpp os: add rngmanager 2020-03-16 13:08:20 -07:00
os_rng_manager_impl.cpp os: add rngmanager 2020-03-16 13:08:20 -07:00
os_rng_manager_impl.hpp os: add rngmanager 2020-03-16 13:08:20 -07:00
os_rng_manager_impl.os.horizon.cpp os: add rngmanager 2020-03-16 13:08:20 -07:00
os_tick_manager.hpp
os_tick_manager_impl.cpp
os_tick_manager_impl.hpp
os_tick_manager_impl.os.horizon.hpp
os_waitable_holder_base.hpp stratosphere: fix building with latest libnx 2020-03-18 00:14:34 -07:00
os_waitable_holder_impl.hpp
os_waitable_holder_of_event.hpp
os_waitable_holder_of_handle.hpp
os_waitable_holder_of_inter_process_event.hpp
os_waitable_holder_of_interrupt_event.hpp
os_waitable_holder_of_message_queue.hpp
os_waitable_holder_of_semaphore.hpp
os_waitable_holder_of_thread.hpp
os_waitable_manager_impl.cpp stratosphere: fix building with latest libnx 2020-03-18 00:14:34 -07:00
os_waitable_manager_impl.hpp stratosphere: fix building with latest libnx 2020-03-18 00:14:34 -07:00
os_waitable_object_list.hpp