Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp225 uptr fill_size = Min(size, (uptr)flags()->max_malloc_fill_size); in HwasanAllocate() local
339 uptr fill_size = in HwasanDeallocate() local
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp645 uptr fill_size = Min(size, (uptr)fl.max_malloc_fill_size); in Allocate() local