|
RetroArch
|
#include <memheap.h>
Public Attributes | |
| MEMHeapTag | tag |
| MEMMemoryLink | link |
| MEMMemoryList | list |
| void * | dataStart |
| void * | dataEnd |
| OSSpinLock | lock |
| uint32_t | flags |
| uint32_t | __unknown [0x3] |
| uint32_t MEMHeapHeader::__unknown[0x3] |
| void* MEMHeapHeader::dataEnd |
Pointer to end of allocatable memory
| void* MEMHeapHeader::dataStart |
Pointer to start of allocatable memory
| uint32_t MEMHeapHeader::flags |
Flags set during heap creation.
| MEMMemoryLink MEMHeapHeader::link |
Link for list this heap is in
| MEMMemoryList MEMHeapHeader::list |
List of all child heaps in this heap
| OSSpinLock MEMHeapHeader::lock |
Lock used when MEM_HEAP_FLAG_USE_LOCK is set.
| MEMHeapTag MEMHeapHeader::tag |
Tag indicating which type of heap this is
1.8.15