Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp176 static uptr TaggedSize(uptr size) { in TaggedSize() function
203 uptr size = TaggedSize(orig_size); in HwasanAllocate()
316 uptr tagged_size = TaggedSize(orig_size); in HwasanDeallocate()
339 Min(TaggedSize(orig_size), (uptr)flags()->max_free_fill_size); in HwasanDeallocate()
360 TagMemoryAligned(reinterpret_cast<uptr>(aligned_ptr), TaggedSize(orig_size), in HwasanDeallocate()