|
lmem: Implement UnitHeap, ExpHeap (#823)
* lmem: implement ExpHeap * lmem: Implement Slab^H^H^H^HUnitHeap |
|---|
|
|
| libraries/libstratosphere/include/stratosphere.hpp |
|---|
| libraries/libstratosphere/include/stratosphere/lmem.hpp 0 → 100644 |
|---|
| libraries/libstratosphere/include/stratosphere/lmem/impl/lmem_impl_common.hpp 0 → 100644 |
|---|
| libraries/libstratosphere/include/stratosphere/lmem/lmem_common.hpp 0 → 100644 |
|---|
| libraries/libstratosphere/include/stratosphere/lmem/lmem_exp_heap.hpp 0 → 100644 |
|---|
| libraries/libstratosphere/include/stratosphere/lmem/lmem_unit_heap.hpp 0 → 100644 |
|---|
| libraries/libstratosphere/source/lmem/impl/lmem_impl_common_heap.cpp 0 → 100644 |
|---|
| libraries/libstratosphere/source/lmem/impl/lmem_impl_common_heap.hpp 0 → 100644 |
|---|
| libraries/libstratosphere/source/lmem/impl/lmem_impl_exp_heap.cpp 0 → 100644 |
|---|
| libraries/libstratosphere/source/lmem/impl/lmem_impl_exp_heap.hpp 0 → 100644 |
|---|
| libraries/libstratosphere/source/lmem/impl/lmem_impl_unit_heap.cpp 0 → 100644 |
|---|
| libraries/libstratosphere/source/lmem/impl/lmem_impl_unit_heap.hpp 0 → 100644 |
|---|
| libraries/libstratosphere/source/lmem/lmem_common.cpp 0 → 100644 |
|---|
| libraries/libstratosphere/source/lmem/lmem_exp_heap.cpp 0 → 100644 |
|---|
| libraries/libstratosphere/source/lmem/lmem_unit_heap.cpp 0 → 100644 |
|---|