@BRiT
The application program can use a total of 5056 MiB (5568 MiB in NEO mode) physical memory. Of this physical memory, the size to assign as flexible memory can be specified by including the SCE_KERNEL_FLEXIBLE_MEMORY_SIZE() macro in the program. The remaining difference will be assigned as direct memory. If there is no specification, 448 MiB will be assigned as flexible memory.
SCE_KERNEL_FLEXIBLE_MEMORY_SIZE(size): The value for size must be a multiple of 16 KiB and 448 MiB or less.
The application program can use a total of 5056 MiB (5568 MiB in NEO mode) physical memory. Of this physical memory, the size to assign as flexible memory can be specified by including the SCE_KERNEL_FLEXIBLE_MEMORY_SIZE() macro in the program. The remaining difference will be assigned as direct memory. If there is no specification, 448 MiB will be assigned as flexible memory.
SCE_KERNEL_FLEXIBLE_MEMORY_SIZE(size): The value for size must be a multiple of 16 KiB and 448 MiB or less.
Last edited: