Go to the source code of this file.
◆ OSHeapHandle
◆ OSAddToHeap()
void OSAddToHeap |
( |
int | heap, |
|
|
void * | start, |
|
|
void * | end ) |
◆ OSAllocFixed()
void * OSAllocFixed |
( |
void * | rstart, |
|
|
void * | rend ) |
◆ OSAllocFromHeap()
void * OSAllocFromHeap |
( |
int | heap, |
|
|
u32 | size ) |
◆ OSCheckHeap()
s32 OSCheckHeap |
( |
int | heap | ) |
|
◆ OSCreateHeap()
int OSCreateHeap |
( |
void * | start, |
|
|
void * | end ) |
◆ OSDestroyHeap()
void OSDestroyHeap |
( |
int | heap | ) |
|
◆ OSDumpHeap()
void OSDumpHeap |
( |
int | heap | ) |
|
◆ OSFreeToHeap()
void OSFreeToHeap |
( |
int | heap, |
|
|
void * | ptr ) |
◆ OSInitAlloc()
void * OSInitAlloc |
( |
void * | arenaStart, |
|
|
void * | arenaEnd, |
|
|
int | maxHeaps ) |
◆ OSReferentSize()
u32 OSReferentSize |
( |
void * | ptr | ) |
|
◆ OSSetCurrentHeap()
int OSSetCurrentHeap |
( |
int | heap | ) |
|
◆ OSVisitAllocated()
void OSVisitAllocated |
( |
void(* | visitor )(void *, u32) | ) |
|
◆ __OSCurrHeap