Searched refs:untagged_ptr_old (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_allocator.cpp307 void *untagged_ptr_old = local
311 if (CheckInvalidFree(stack, untagged_ptr_old, tagged_ptr_old))
317 reinterpret_cast<Metadata *>(allocator.GetMetaData(untagged_ptr_old));
319 UntagPtr(tagged_ptr_new), untagged_ptr_old, local

Completed in 143 milliseconds