Lines Matching defs:ha
664 auto &ha = heap_allocations_storage[heap_allocations_count++];
665 ha.har = har;
666 ha.ring_index = ring_index;
667 ha.num_matching_addrs = num_matching_addrs;
668 ha.num_matching_addrs_4b = num_matching_addrs_4b;
669 ha.free_thread_id = t->unique_id();
838 for (const auto &ha : allocations.heap) {
839 const HeapAllocationRecord har = ha.har;
849 Printf("freed by thread T%u here:\n", ha.free_thread_id);
860 Printf("hwasan_dev_note_heap_rb_distance: %zd %zd\n", ha.ring_index + 1,
862 Printf("hwasan_dev_note_num_matching_addrs: %zd\n", ha.num_matching_addrs);
864 ha.num_matching_addrs_4b);
866 announce_by_id(ha.free_thread_id);