1
0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2025-07-26 02:02:24 +02:00
Commit Graph

1 Commits

Author SHA1 Message Date
SciresM
87ec045a98
mem: implement most of StandardAllocator ()
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