MCPcopy Create free account
hub / github.com/avast/retdec / getSize

Method getSize

src/loader/loader/segment.cpp:71–74  ·  view source on GitHub ↗

* Returns the loaded size of the segment. * * @return The size of the segment. */

Source from the content-addressed store, hash-verified

69 * @return The size of the segment.
70 */
71std::uint64_t Segment::getSize() const
72{
73 return _size;
74}
75
76/**
77 * Returns the size of the physical data that is loaded for the file. If the physical size is greater than virtual,

Callers 2

addSegmentMethod · 0.45
fixBssSegmentsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected