HomeSort by: relevance | last modified time | path
    Searched defs:size_to_fill (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
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);
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);

Completed in 24 milliseconds