Home
last modified time | relevance | path

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

/system/core/debuggerd/libdebuggerd/
Dgwp_asan.cpp99 responsible_allocation_ = __gwp_asan_get_metadata(&state_, metadata_.get(), crash_address_); in GwpAsanCrashData()
141 heap_object->set_address(__gwp_asan_get_allocation_address(responsible_allocation_)); in AddCauseProtos()
142 heap_object->set_size(__gwp_asan_get_allocation_size(responsible_allocation_)); in AddCauseProtos()
146 heap_object->set_allocation_tid(__gwp_asan_get_allocation_thread_id(responsible_allocation_)); in AddCauseProtos()
148 __gwp_asan_get_allocation_trace(responsible_allocation_, frames.get(), kMaxTraceLength); in AddCauseProtos()
155 heap_object->set_deallocation_tid(__gwp_asan_get_deallocation_thread_id(responsible_allocation_)); in AddCauseProtos()
157 __gwp_asan_get_deallocation_trace(responsible_allocation_, frames.get(), kMaxTraceLength); in AddCauseProtos()
/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
Dgwp_asan.h81 const gwp_asan::AllocationMetadata* responsible_allocation_ = nullptr; variable