MCPcopy Create free account
hub / github.com/beefytech/Beef / Add

Method Add

IDEHelper/Compiler/MemReporter.cpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void MemReporter::Add(int size)
81{
82 mCurEntry->mSize += size;
83}
84
85void MemReporter::Add(const StringView& name, int size)
86{

Callers 1

ReportMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected