Go to the source code of this file.
|
| | VITASDK_BUILD_ASSERT_EQ (0x1C, SceKernelHeapCreateOpt) |
| |
| | VITASDK_BUILD_ASSERT_EQ (0x14, SceAllocOpt) |
| |
| SceUID | ksceKernelCreateHeap (const char *name, SceSize size, SceKernelHeapCreateOpt *opt) |
| | Create heap area.
|
| |
| int | ksceKernelDeleteHeap (SceUID uid) |
| | Delete heap area.
|
| |
| void * | ksceKernelAllocHeapMemory (SceUID uid, SceSize size) |
| | Allocation the specified length of memory from heap.
|
| |
| void * | ksceKernelAllocHeapMemoryWithOption (SceUID heapid, SceSize len, SceAllocOpt *opt) |
| | Allocation the specified length of memory from heap with option.
|
| |
| int | ksceKernelFreeHeapMemory (SceUID uid, void *ptr) |
| | Free allocated memory.
|
| |
| void * | ksceKernelAlloc (unsigned int size) |
| | Alloc kernel memory.
|
| |
| int | ksceKernelFree (void *ptr) |
| | Free kernel memory.
|
| |
| int | ksceKernelGetHeapInfo (SceUID heapid, SceUInt32 level, void *pInfo) |
| |
| int | ksceKernelGetHeapInfoByPtr (void *pObject, void *pInfo) |
| |