1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-06 12:11:43 +00:00
Atmosphere/stratosphere/ams_mitm/source/fs_mitm
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
..
fs_mitm_service.cpp fs.mitm: use new namespace types for saves 2020-03-24 17:50:36 -07:00
fs_mitm_service.hpp fs.mitm: use new namespace types for saves 2020-03-24 17:50:36 -07:00
fs_shim.c fs.mitm: implement layered html redirection (closes #814) 2020-02-25 16:44:36 -08:00
fs_shim.h fs.mitm: implement layered html redirection (closes #814) 2020-02-25 16:44:36 -08:00
fsmitm_boot0storage.cpp Implement the NCM sysmodule (closes #91) 2020-03-08 00:06:23 -08:00
fsmitm_boot0storage.hpp Implement the NCM sysmodule (closes #91) 2020-03-08 00:06:23 -08:00
fsmitm_layered_romfs_storage.cpp Implement the NCM sysmodule (closes #91) 2020-03-08 00:06:23 -08:00
fsmitm_layered_romfs_storage.hpp Implement the NCM sysmodule (closes #91) 2020-03-08 00:06:23 -08:00
fsmitm_module.cpp mem: implement most of StandardAllocator (#860) 2020-03-29 14:43:16 -07:00
fsmitm_module.hpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
fsmitm_readonly_layered_filesystem.hpp ams: finish stdio -> fs bindings for stratosphere 2020-03-09 03:58:02 -07:00
fsmitm_romfs.cpp ams.mitm: greatly reduce memory requirements to build romfs 2020-03-18 00:07:19 -07:00
fsmitm_romfs.hpp ams.mitm: greatly reduce memory requirements to build romfs 2020-03-18 00:07:19 -07:00
fsmitm_save_utils.cpp fs.mitm: use new namespace types for saves 2020-03-24 17:50:36 -07:00
fsmitm_save_utils.hpp fs.mitm: use new namespace types for saves 2020-03-24 17:50:36 -07:00