Searched refs:responsible_allocation_ (Results 1 – 3 of 3) sorted by relevance
97 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 …]
95 const gwp_asan::AllocationMetadata* responsible_allocation_ = nullptr; variable
370 responsible_allocation_ = responsible_allocation;