(self, address)
| 3201 | return a + alignment_correction |
| 3202 | |
| 3203 | def format_object(self, address): |
| 3204 | heap_object = self.padawan.SenseObject(address) |
| 3205 | return html.escape(str(heap_object or "")) |
| 3206 | |
| 3207 | def output_data(self, f, straddress, datakind): |
| 3208 | try: |
no test coverage detected