WUT  0.1
Wii U Toolchain
Data Fields
MEMHeapHeader Struct Reference

#include <memheap.h>

Data Fields

MEMHeapTag tag
 Tag indicating which type of heap this is. More...
 
MEMMemoryLink link
 Link for list this heap is in. More...
 
MEMMemoryList list
 List of all child heaps in this heap. More...
 
void * dataStart
 Pointer to start of allocatable memory. More...
 
void * dataEnd
 Pointer to end of allocatable memory. More...
 
OSSpinLock lock
 Lock used when MEM_HEAP_FLAG_USE_LOCK is set. More...
 
uint32_t flags
 Flags set during heap creation. More...
 

Detailed Description

Definition at line 43 of file memheap.h.

Field Documentation

Tag indicating which type of heap this is.

Definition at line 46 of file memheap.h.

Link for list this heap is in.

Definition at line 49 of file memheap.h.

List of all child heaps in this heap.

Definition at line 52 of file memheap.h.

void* dataStart

Pointer to start of allocatable memory.

Definition at line 55 of file memheap.h.

void* dataEnd

Pointer to end of allocatable memory.

Definition at line 58 of file memheap.h.

OSSpinLock lock

Lock used when MEM_HEAP_FLAG_USE_LOCK is set.

Definition at line 61 of file memheap.h.

uint32_t flags

Flags set during heap creation.

Definition at line 64 of file memheap.h.


The documentation for this struct was generated from the following file: