Home
last modified time | relevance | path

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

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