Poison the memory associated with this handle. If ASAN is not enabled, this is a no-op.
| 482 | /// Poison the memory associated with this handle. If ASAN is not enabled, this is a |
| 483 | /// no-op. |
| 484 | void Poison() { ASAN_POISON_MEMORY_REGION(data(), len()); } |
| 485 | |
| 486 | /// Unpoison the memory associated with this handle. If ASAN is not enabled, this is a |
| 487 | /// no-op. |
no test coverage detected