OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CanPoisonMemory
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_poisoning.h
24
bool
CanPoisonMemory
();
41
DCHECK(!value ||
CanPoisonMemory
());
80
DCHECK(
CanPoisonMemory
());
asan_activation.cc
104
asan_deactivated_flags.poison_heap =
CanPoisonMemory
();
asan_globals.cc
222
if (
CanPoisonMemory
())
247
if (
CanPoisonMemory
())
423
!
CanPoisonMemory
() ||
449
!
CanPoisonMemory
() ||
asan_poisoning.cc
30
bool
CanPoisonMemory
() {
35
if (value && !
CanPoisonMemory
()) return;
48
if (!
CanPoisonMemory
()) return;
asan_allocator.cc
323
if (
CanPoisonMemory
()) {
466
if (*(u8 *)MEM_TO_SHADOW((uptr)allocated) == 0 &&
CanPoisonMemory
()) {
468
// chunk. This is possible if
CanPoisonMemory
() was false for some
518
if (size != size_rounded_down_to_granularity &&
CanPoisonMemory
()) {
Completed in 15 milliseconds
Indexes created Wed Oct 15 03:09:54 GMT 2025