MCPcopy Create free account
hub / github.com/Samsung/UTopia / setAllocSizeReport

Method setAllocSizeReport

lib/utanalysis/UTLoader.cpp:76–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74const TypeAnalysisReport &UTLoader::getTypeReport() const { return TypeReport; }
75
76void UTLoader::setAllocSizeReport(const AllocSizeAnalysisReport &Report) {
77 AllocSizeReport = Report;
78}
79
80void UTLoader::setArrayReport(const ArrayAnalysisReport &Report) {
81 ArrayReport = Report;

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64