Home
last modified time | relevance | path

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

/aosp12/system/core/debuggerd/libdebuggerd/
H A Dgwp_asan.cpp97 responsible_allocation_ = __gwp_asan_get_metadata(&state_, metadata_.get(), crash_address_); in GwpAsanCrashData()
138 heap_object->set_address(__gwp_asan_get_allocation_address(responsible_allocation_)); in AddCauseProtos()
139 heap_object->set_size(__gwp_asan_get_allocation_size(responsible_allocation_)); in AddCauseProtos()
146 __gwp_asan_get_allocation_trace(responsible_allocation_, frames.get(), kMaxTraceLength); in AddCauseProtos()
177 if (!responsible_allocation_) { in DumpCause()
183 uintptr_t alloc_address = __gwp_asan_get_allocation_address(responsible_allocation_); in DumpCause()
184 size_t alloc_size = __gwp_asan_get_allocation_size(responsible_allocation_); in DumpCause()
219 if (!responsible_allocation_ || !__gwp_asan_is_deallocated(responsible_allocation_)) { in HasDeallocationTrace()
227 uint64_t thread_id = __gwp_asan_get_deallocation_thread_id(responsible_allocation_); in DumpDeallocationTrace()
249 return responsible_allocation_ != nullptr; in HasAllocationTrace()
[all …]
/aosp12/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
H A Dgwp_asan.h95 const gwp_asan::AllocationMetadata* responsible_allocation_ = nullptr; variable
/aosp12/system/core/debuggerd/libdebuggerd/test/
H A Dtombstone_test.cpp370 responsible_allocation_ = responsible_allocation;