Home
last modified time | relevance | path

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

/external/gwp_asan/gwp_asan/optional/
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()
/external/llvm-project/compiler-rt/lib/gwp_asan/optional/
Dsegv_handler_posix.cpp188 const gwp_asan::AllocationMetadata *AllocMeta = in dumpReport() local
192 printHeader(E, ErrorPtr, AllocMeta, Printf); in dumpReport()
202 if (AllocMeta == nullptr) in dumpReport()
206 if (__gwp_asan_is_deallocated(AllocMeta)) { in dumpReport()
207 uint64_t ThreadID = __gwp_asan_get_deallocation_thread_id(AllocMeta); in dumpReport()
213 AllocMeta, Trace, kMaximumStackFramesForCrashTrace); in dumpReport()
218 uint64_t ThreadID = __gwp_asan_get_allocation_thread_id(AllocMeta); in dumpReport()
224 AllocMeta, Trace, kMaximumStackFramesForCrashTrace); in dumpReport()