Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/compiler_rt/dist/lib/asan/ | |
asan_allocator.cc | 579 uptr scribble_start = (uptr)m + kChunkHeaderSize + kChunkHeader2Size; local in function:__asan::Allocator::QuarantineChunk 583 REAL(memset)((void *)scribble_start, fl.free_fill_byte, size_to_fill); |