Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp267 static bool PointerAndMemoryTagsMatch(void *tagged_ptr) { in PointerAndMemoryTagsMatch()
278 void *tagged_ptr) { in CheckInvalidFree()
288 static void HwasanDeallocate(StackTrace *stack, void *tagged_ptr) { in HwasanDeallocate()
H A Dhwasan.h101 static inline void *UntagPtr(const void *tagged_ptr) { in UntagPtr() argument