1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2025-01-11 20:06:21 +00:00
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
os_condvar.hpp
os_event.hpp
os_interrupt_event.hpp
os_managed_handle.hpp
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
os_mutex.hpp
os_process_handle.hpp
os_random.hpp
os_rw_lock.hpp
os_semaphore.hpp
os_system_event.hpp
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_timeout_helper.hpp
os_waitable_holder.hpp
os_waitable_manager.hpp