Classes | |
| class | MemoryManagerDefaults |
| Used by allocators for memory configuration. More... | |
| class | MemoryPageChunk |
| Used by allocators for memory chunk tracking. More... | |
Enumerations | |
| enum | eMemoryBus { kMemoryBusOnion , kMemoryBusGarlic , kMemoryBusCount } |
| List of memory buses on the PS4. More... | |
Functions | |
| const MemoryPageChunk | g_InvalidMemoryPageChunk (nullptr, UINTPTR_MAX, 0, kMemoryBusCount) |
Variables | |
| const MemoryPageChunk | g_InvalidMemoryPageChunk |
| Invalid memory chunk for quick testing. | |
List of memory buses on the PS4.
| Enumerator | |
|---|---|
| kMemoryBusOnion | Allocate System memory (Onion) |
| kMemoryBusGarlic | Allocate Video memory (Garlic) |
| kMemoryBusCount | Maximum memory types. |
| const MemoryPageChunk Burger::PS4::g_InvalidMemoryPageChunk | ( | nullptr | , |
| UINTPTR_MAX | , | ||
| 0 | , | ||
| kMemoryBusCount | ) |
| const MemoryPageChunk Burger::PS4::g_InvalidMemoryPageChunk(nullptr, UINTPTR_MAX, 0, kMemoryBusCount) |
Invalid memory chunk for quick testing.