mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-24 11:46:58 -04:00
lmem: Implement UnitHeap, ExpHeap (#823)
* lmem: implement ExpHeap * lmem: Implement Slab^H^H^H^HUnitHeap
This commit is contained in:
parent
191414c832
commit
5a8aebf74d
15 changed files with 1705 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
#include "stratosphere/ams.hpp"
|
||||
#include "stratosphere/os.hpp"
|
||||
#include "stratosphere/dd.hpp"
|
||||
#include "stratosphere/lmem.hpp"
|
||||
|
||||
/* Lots of things depend on NCM, for Program IDs. */
|
||||
#include "stratosphere/ncm.hpp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue