Atmosphere/libraries/libstratosphere/include/stratosphere/os
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_common_types.hpp ams: revamp assertion system 2020-02-22 23:05:14 -08:00
os_condvar.hpp Implement the NCM sysmodule (closes #91) 2020-03-08 00:06:23 -08:00
os_event.hpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
os_interrupt_event.hpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
os_managed_handle.hpp loader: refactor to use fs bindings 2020-03-09 03:10:12 -07:00
os_memory_common.hpp mem: implement most of StandardAllocator (#860) 2020-03-29 14:43:16 -07:00
os_memory_heap_api.hpp mem: implement most of StandardAllocator (#860) 2020-03-29 14:43:16 -07:00
os_memory_permission.hpp mem: implement most of StandardAllocator (#860) 2020-03-29 14:43:16 -07:00
os_memory_virtual_address_api.hpp mem: implement most of StandardAllocator (#860) 2020-03-29 14:43:16 -07:00
os_message_queue.hpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
os_mutex.hpp Implement the NCM sysmodule (closes #91) 2020-03-08 00:06:23 -08:00
os_process_handle.hpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
os_random.hpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
os_rw_lock.hpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
os_semaphore.hpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
os_system_event.hpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
os_thread.hpp mem: implement most of StandardAllocator (#860) 2020-03-29 14:43:16 -07:00
os_thread_local_storage_api.hpp mem: implement most of StandardAllocator (#860) 2020-03-29 14:43:16 -07:00
os_thread_local_storage_common.hpp mem: implement most of StandardAllocator (#860) 2020-03-29 14:43:16 -07:00
os_tick.hpp os: implement Tick api, make build with -Werror 2020-03-16 01:02:55 -07:00
os_timeout_helper.hpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
os_waitable_holder.hpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
os_waitable_manager.hpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00