Home
last modified time | relevance | path

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

/system/core/debuggerd/libdebuggerd/
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()
144 heap_object->set_allocation_tid(__gwp_asan_get_allocation_thread_id(responsible_allocation_)); in AddCauseProtos()
146 __gwp_asan_get_allocation_trace(responsible_allocation_, frames.get(), kMaxTraceLength); in AddCauseProtos()
153 heap_object->set_deallocation_tid(__gwp_asan_get_deallocation_thread_id(responsible_allocation_)); in AddCauseProtos()
155 __gwp_asan_get_deallocation_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()
[all …]
/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
Dgwp_asan.h95 const gwp_asan::AllocationMetadata* responsible_allocation_ = nullptr; variable
/system/core/debuggerd/libdebuggerd/test/
Dtombstone_test.cpp370 responsible_allocation_ = responsible_allocation;