asan_allocator.cc | 581 uptr size_to_fill = m->UsedSize() - kChunkHeader2Size; local in function:__asan::Allocator::QuarantineChunk 582 size_to_fill = Min(size_to_fill, (uptr)fl.max_free_fill_size); 583 REAL(memset)((void *)scribble_start, fl.free_fill_byte, size_to_fill);
|