PSPSDK 1.0+beta2
Loading...
Searching...
No Matches
pspsysmem_kernel.h File Reference
#include <pspkerneltypes.h>
#include <pspsysmem.h>
Include dependency graph for pspsysmem_kernel.h:

Go to the source code of this file.

Data Structures

struct  _PspSysmemPartitionInfo
 
struct  _uidControlBlock
 Structure of a UID control block. More...
 

Typedefs

typedef struct _PspSysmemPartitionInfo PspSysmemPartitionInfo
 
typedef struct _uidControlBlock uidControlBlock
 

Functions

int sceKernelQueryMemoryPartitionInfo (int pid, PspSysmemPartitionInfo *info)
 Query the parition information.
 
SceSize sceKernelPartitionTotalFreeMemSize (int pid)
 Get the total amount of free memory.
 
SceSize sceKernelPartitionMaxFreeMemSize (int pid)
 Get the size of the largest free memory block.
 
void sceKernelSysMemDump (void)
 Get the kernel to dump the internal memory table to Kprintf.
 
void sceKernelSysMemDumpBlock (void)
 Dump the list of memory blocks.
 
void sceKernelSysMemDumpTail (void)
 Dump the tail blocks.
 
int sceKernelSetDdrMemoryProtection (void *addr, int size, int prot)
 Set the protection of a block of ddr memory.
 
SceUID sceKernelCreateHeap (SceUID partitionid, SceSize size, int unk, const char *name)
 Create a heap.
 
voidsceKernelAllocHeapMemory (SceUID heapid, SceSize size)
 Allocate a memory block from a heap.
 
int sceKernelFreeHeapMemory (SceUID heapid, void *block)
 Free a memory block allocated from a heap.
 
int sceKernelDeleteHeap (SceUID heapid)
 Delete a heap.
 
SceSize sceKernelHeapTotalFreeSize (SceUID heapid)
 Get the amount of free size of a heap, in bytes.
 
struct _uidControlBlock __attribute__ ((packed))
 
int sceKernelGetUIDcontrolBlock (SceUID uid, uidControlBlock **block)
 Get a UID control block.
 
int sceKernelGetUIDcontrolBlockWithType (SceUID uid, uidControlBlock *type, uidControlBlock **block)
 Get a UID control block on a particular type.
 
uidControlBlockSysMemForKernel_536AD5E1 (void)
 Get the root of the UID tree (1.5+ only)
 
int sceKernelDeleteUID (SceUID uid)
 Delete a UID.
 
int sceKernelGetModel (void)
 Get the model of PSP.
 
int sceKernelSetCompiledSdkVersion (int version)
 Set the version of the SDK with which the caller was compiled.
 
int sceKernelGetCompiledSdkVersion (void)
 Get the SDK version set with sceKernelSetCompiledSdkVersion().
 

Variables

struct _uidControlBlockparent
 
struct _uidControlBlocknextChild
 
struct _uidControlBlocktype
 
u32 UID
 
charname
 
unsigned char unk
 
unsigned char size
 
short attribute
 
struct _uidControlBlocknextEntry
 

Variable Documentation

◆ attribute

short attribute

◆ name

◆ nextChild

◆ nextEntry

◆ parent

◆ size

◆ type

◆ UID

u32 UID

◆ unk