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

Method Poison

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

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

Source from the content-addressed store, hash-verified

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.

Callers 2

FreeMethod · 0.80
AddFreeBufferMethod · 0.80

Calls 1

dataFunction · 0.50

Tested by

no test coverage detected