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

Function PartitionSpaceReset

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

Source from the content-addressed store, hash-verified

12}
13
14static void PartitionSpaceReset(_tagPartSpace* space)
15{
16 memset(space, 0, sizeof(_tagPartSpace));
17}
18
19static void PartitionSpaceInsert(_tagPartSpace* space, void* data)
20{

Callers 2

xPartitionVolumeFunction · 0.85
xPartitionWorldFunction · 0.85

Calls 1

memsetFunction · 0.85

Tested by

no test coverage detected