wut  v1.7.0
Wii U Toolchain
Typedefs | Functions | Variables
memdefaultheap.h File Reference
#include <wut.h>
#include "memheap.h"
Include dependency graph for memdefaultheap.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef void *(* MEMAllocFromDefaultHeapFn) (uint32_t size)
 
typedef void *(* MEMAllocFromDefaultHeapExFn) (uint32_t size, int32_t alignment)
 
typedef void(* MEMFreeToDefaultHeapFn) (void *ptr)
 

Functions

void CoreInitDefaultHeap (MEMHeapHandle *outMem1, MEMHeapHandle *outFG, MEMHeapHandle *outMem2)
 Default implementation of __preinit_user. More...
 
void __preinit_user (MEMHeapHandle *outMem1, MEMHeapHandle *outFG, MEMHeapHandle *outMem2)
 Allows the user to completely customise the default heaps, this runs after the rpx code section has loaded but before the data section as the data sections are allocated from the default heap. More...
 

Variables

MEMAllocFromDefaultHeapFn MEMAllocFromDefaultHeap
 
MEMAllocFromDefaultHeapExFn MEMAllocFromDefaultHeapEx
 
MEMFreeToDefaultHeapFn MEMFreeToDefaultHeap