Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/compiler_rt/dist/lib/asan/ | |
asan_allocator.cc | 301 uptr chunk_end = chunk + allocated_size; local in function:__asan::Allocator::RePoisonChunk 302 if (chunk < beg && beg < end && end <= chunk_end && 309 chunk_end - end_aligned_down, kAsanHeapLeftRedzoneMagic); |
asan_allocator.cc | 301 uptr chunk_end = chunk + allocated_size; local in function:__asan::Allocator::RePoisonChunk 302 if (chunk < beg && beg < end && end <= chunk_end && 309 chunk_end - end_aligned_down, kAsanHeapLeftRedzoneMagic); |