MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / GetAllocSize

Method GetAllocSize

Source/FrameClipData.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42std::size_t CFrameClipData::GetAllocSize() const
43{
44 return sizeof(ClipInfo) + sizeof(int) * iSize;
45}
46
47bool CFrameClipData::ContainsData() const { // // //
48 return pFrames != nullptr;

Callers 1

AllocateGlobalMemoryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected