#include <seadForegroundBucketMgr.h>
Public Member Functions | |
| ForegroundBucketMgr () | |
| void | initialize (Heap *heap, u32 block_max, u32 alloc_area_size, bool enable_lock=false) |
| SeparateHeap * | getSeparateHeap () const |
Static Public Member Functions | |
| static ForegroundBucketMgr * | instance () |
Private Attributes | |
| SeparateHeap * | mSeparateHeap |
Static Private Attributes | |
| static ForegroundBucketMgr | sForegroundBucketMgr |
|
inline |
|
inlinestatic |
| void sead::ForegroundBucketMgr::initialize | ( | Heap * | heap, |
| u32 | block_max, | ||
| u32 | alloc_area_size, | ||
| bool | enable_lock = false ) |
|
inline |
|
private |
|
staticprivate |