Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
static _tagPartLink* PartitionGetFreeLink()
10
{
11
return (_tagPartLink*)xMemAllocSize(sizeof(_tagPartLink));
12
}
13
14
static void PartitionSpaceReset(_tagPartSpace* space)
15
{
Callers
1
PartitionSpaceInsert
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected