MCPcopy Create free account
hub / github.com/apache/impala / Unpoison

Method Unpoison

be/src/runtime/bufferpool/buffer-pool.h:488–488  ·  view source on GitHub ↗

Unpoison the memory associated with this handle. If ASAN is not enabled, this is a no-op.

Source from the content-addressed store, hash-verified

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);

Callers 2

FreeToSystemMethod · 0.80
PopFreeBufferMethod · 0.80

Calls 1

dataFunction · 0.50

Tested by

no test coverage detected