MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / PartitionGetFreeLink

Function PartitionGetFreeLink

src/SB/Core/x/xPartition.cpp:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9static _tagPartLink* PartitionGetFreeLink()
10{
11 return (_tagPartLink*)xMemAllocSize(sizeof(_tagPartLink));
12}
13
14static void PartitionSpaceReset(_tagPartSpace* space)
15{

Callers 1

PartitionSpaceInsertFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected