OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kAsanHeapLeftRedzoneMagic
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_internal.h
139
const int
kAsanHeapLeftRedzoneMagic
= 0xfa;
asan_allocator.cc
149
kAsanHeapLeftRedzoneMagic
);
189
PoisonShadow(p, size,
kAsanHeapLeftRedzoneMagic
);
305
PoisonShadow(chunk, beg - chunk,
kAsanHeapLeftRedzoneMagic
);
309
chunk_end - end_aligned_down,
kAsanHeapLeftRedzoneMagic
);
313
PoisonShadow(chunk, allocated_size,
kAsanHeapLeftRedzoneMagic
);
472
PoisonShadow((uptr)allocated, allocated_size,
kAsanHeapLeftRedzoneMagic
);
asan_descriptions.h
53
case
kAsanHeapLeftRedzoneMagic
:
asan_errors.cc
408
case
kAsanHeapLeftRedzoneMagic
:
496
kAsanHeapLeftRedzoneMagic
);
Completed in 16 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025