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