Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cc36 static const tag_t kFallbackAllocTag = 0xBB; variable
183 (uptr)user_ptr, size, t ? t->GenerateRandomTag() : kFallbackAllocTag); in HwasanAllocate()