Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp230 uptr tail_length = size - orig_size; in HwasanAllocate() local
231 internal_memcpy(tail, tail_magic, tail_length - 1); in HwasanAllocate()
233 tail[tail_length - 1] = 0; in HwasanAllocate()