Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_allocator.cpp175 static bool PointerAndMemoryTagsMatch(void *tagged_ptr) { in PointerAndMemoryTagsMatch()
183 static void HwasanDeallocate(StackTrace *stack, void *tagged_ptr) { in HwasanDeallocate()
275 static uptr AllocationSize(const void *tagged_ptr) { in AllocationSize()
Dhwasan.h60 static inline void *UntagPtr(const void *tagged_ptr) { in UntagPtr()