MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / GetMemoryUsage

Method GetMemoryUsage

Source/DynaRec/Fragment.cpp:524–530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

522//
523//*************************************************************************************
524u32 CFragment::GetMemoryUsage() const
525{
526 // Ignore the 'additional info' when computing this
527
528 return sizeof( CFragment ) +
529 mPatchList.size() * sizeof( SFragmentPatchDetails );
530}
531
532//*************************************************************************************
533//

Callers 1

InsertFragmentMethod · 0.45

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected