Kicking it Olde Sküül! Burgerlib on Github Follow Olde Sküül on Twitter Burgerbecky on LinkedIn Burgerbecky on LinkedIn
Loading...
Searching...
No Matches
Classes | Enumerations | Functions | Variables
Burger::PS4 Namespace Reference

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.
 

Enumeration Type Documentation

◆ eMemoryBus

List of memory buses on the PS4.

Enumerator
kMemoryBusOnion 

Allocate System memory (Onion)

kMemoryBusGarlic 

Allocate Video memory (Garlic)

kMemoryBusCount 

Maximum memory types.

Function Documentation

◆ g_InvalidMemoryPageChunk()

const MemoryPageChunk Burger::PS4::g_InvalidMemoryPageChunk ( nullptr ,
UINTPTR_MAX ,
0 ,
kMemoryBusCount  )

Variable Documentation

◆ g_InvalidMemoryPageChunk

const MemoryPageChunk Burger::PS4::g_InvalidMemoryPageChunk(nullptr, UINTPTR_MAX, 0, kMemoryBusCount)

Invalid memory chunk for quick testing.