Home
last modified time | relevance | path

Searched refs:AllocMeta (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/optional/
H A Dsegv_handler_posix.cpp115 const gwp_asan::AllocationMetadata *AllocMeta = in dumpReport() local
119 printHeader(E, ErrorPtr, AllocMeta, Printf); in dumpReport()
129 if (AllocMeta == nullptr) in dumpReport()
133 if (__gwp_asan_is_deallocated(AllocMeta)) { in dumpReport()
134 uint64_t ThreadID = __gwp_asan_get_deallocation_thread_id(AllocMeta); in dumpReport()
140 AllocMeta, Trace, kMaximumStackFramesForCrashTrace); in dumpReport()
145 uint64_t ThreadID = __gwp_asan_get_allocation_thread_id(AllocMeta); in dumpReport()
151 AllocMeta, Trace, kMaximumStackFramesForCrashTrace); in dumpReport()