Searched refs:alloc_address (Results 1 – 1 of 1) sorted by relevance
183 uintptr_t alloc_address = __gwp_asan_get_allocation_address(responsible_allocation_); in DumpCause() local189 if (crash_address_ < alloc_address) { in DumpCause()192 diff = alloc_address - crash_address_; in DumpCause()193 } else if (crash_address_ - alloc_address < alloc_size) { in DumpCause()196 diff = crash_address_ - alloc_address; in DumpCause()201 diff = crash_address_ - alloc_address; in DumpCause()214 error_string_, diff, byte_suffix, location_str, alloc_size, alloc_address); in DumpCause()