Atmosphere-libs/libstratosphere/source/os
SciresM 926d5a55d6 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-30 20:41:21 -07:00
..
impl mem: implement most of StandardAllocator (#860) 2020-03-30 20:41:21 -07:00
os_event.cpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-03-02 19:50:40 -08:00
os_interrupt_event.cpp stratosphere: fix building with latest libnx 2020-03-18 00:15:04 -07:00
os_memory_heap.cpp mem: implement most of StandardAllocator (#860) 2020-03-30 20:41:21 -07:00
os_memory_permission.cpp mem: implement most of StandardAllocator (#860) 2020-03-30 20:41:21 -07:00
os_message_queue.cpp ams: revamp assertion system 2020-03-02 19:51:04 -08:00
os_process_handle.cpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-03-02 19:50:40 -08:00
os_random.cpp os: add rngmanager 2020-03-18 00:15:02 -07:00
os_semaphore.cpp ams: revamp assertion system 2020-03-02 19:51:04 -08:00
os_system_event.cpp ams: revamp assertion system 2020-03-02 19:51:04 -08:00
os_thread_local_storage_api.cpp mem: implement most of StandardAllocator (#860) 2020-03-30 20:41:21 -07:00
os_tick.cpp os: implement Tick api, make build with -Werror 2020-03-18 00:15:01 -07:00
os_virtual_address_memory.cpp mem: implement most of StandardAllocator (#860) 2020-03-30 20:41:21 -07:00
os_waitable_holder.cpp ams: revamp assertion system 2020-03-02 19:51:04 -08:00
os_waitable_manager.cpp ams: revamp assertion system 2020-03-02 19:51:04 -08:00