Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp177 void *user_ptr = allocated; in HwasanAllocate() local
181 if (InTaggableRegion(reinterpret_cast<uptr>(user_ptr)) && in HwasanAllocate()
188 user_ptr = in HwasanAllocate()
189 (void *)TagMemoryAligned((uptr)user_ptr, full_granule_size, tag); in HwasanAllocate()
198 user_ptr = (void *)TagMemoryAligned((uptr)user_ptr, size, 0); in HwasanAllocate()
202 RunMallocHooks(user_ptr, size); in HwasanAllocate()
203 return user_ptr; in HwasanAllocate()