Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_allocator.cpp201 static bool PointerAndMemoryTagsMatch(void *tagged_ptr) { in PointerAndMemoryTagsMatch()
212 void *tagged_ptr) { in CheckInvalidFree()
222 static void HwasanDeallocate(StackTrace *stack, void *tagged_ptr) { in HwasanDeallocate()
346 static uptr AllocationSize(const void *tagged_ptr) { in AllocationSize()
H A Dhwasan.h89 static inline void *UntagPtr(const void *tagged_ptr) { in UntagPtr()