Home
last modified time | relevance | path

Searched refs:fill_size (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_allocator.cc448 uptr fill_size = Min(size, (uptr)fl.max_malloc_fill_size); in Allocate() local
449 REAL(memset)(res, fl.malloc_fill_byte, fill_size); in Allocate()