Searched refs:poison_partial (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_poisoning.h82 bool poison_partial = flags()->poison_partial; local
91 *shadow = poison_partial ? static_cast<u8>(size - i) : 0;
H A Dasan_allocator.cpp537 *shadow = fl.poison_partial ? (size & (SHADOW_GRANULARITY - 1)) : 0;

Completed in 270 milliseconds