* Returns the loaded size of the segment. * * @return The size of the segment. */
| 69 | * @return The size of the segment. |
| 70 | */ |
| 71 | std::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, |
no outgoing calls
no test coverage detected