Unpoison the memory associated with this handle. If ASAN is not enabled, this is a no-op.
| 486 | /// Unpoison the memory associated with this handle. If ASAN is not enabled, this is a |
| 487 | /// no-op. |
| 488 | void Unpoison() { ASAN_UNPOISON_MEMORY_REGION(data(), len()); } |
| 489 | |
| 490 | private: |
| 491 | DISALLOW_COPY_AND_ASSIGN(BufferHandle); |
no test coverage detected