Home
last modified time | relevance | path

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

/system/core/debuggerd/libdebuggerd/
Dgwp_asan.cpp94 responsible_allocation_ = __gwp_asan_get_metadata(&state_, metadata_.get(), crash_address_); in GwpAsanCrashData()
113 if (!responsible_allocation_) { in DumpCause()
119 uintptr_t alloc_address = __gwp_asan_get_allocation_address(responsible_allocation_); in DumpCause()
120 size_t alloc_size = __gwp_asan_get_allocation_size(responsible_allocation_); in DumpCause()
164 if (!responsible_allocation_ || !__gwp_asan_is_deallocated(responsible_allocation_)) { in HasDeallocationTrace()
172 uint64_t thread_id = __gwp_asan_get_deallocation_thread_id(responsible_allocation_); in DumpDeallocationTrace()
176 __gwp_asan_get_deallocation_trace(responsible_allocation_, frames.get(), kMaxTraceLength); in DumpDeallocationTrace()
194 return responsible_allocation_ != nullptr; in HasAllocationTrace()
199 uint64_t thread_id = __gwp_asan_get_allocation_thread_id(responsible_allocation_); in DumpAllocationTrace()
203 __gwp_asan_get_allocation_trace(responsible_allocation_, frames.get(), kMaxTraceLength); in DumpAllocationTrace()
/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
Dgwp_asan.h90 const gwp_asan::AllocationMetadata* responsible_allocation_ = nullptr; variable
/system/core/debuggerd/libdebuggerd/test/
Dtombstone_test.cpp370 responsible_allocation_ = responsible_allocation;