MCPcopy Create free account
hub / github.com/devkitPro/libctru / mappableInit

Function mappableInit

libctru/source/allocator/mappable.c:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5static u32 minAddr, maxAddr, currentAddr;
6
7void mappableInit(u32 addrMin, u32 addrMax)
8{
9 minAddr = addrMin;
10 maxAddr = addrMax;
11 currentAddr = minAddr;
12}
13
14static u32 mappableFindAddressWithin(u32 start, u32 end, u32 size)
15{

Callers 1

__system_allocateHeapsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected