Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp168 uptr *num_matching_addrs, in FindHeapAllocation() argument
172 *num_matching_addrs = 0; in FindHeapAllocation()
189 ++*num_matching_addrs; in FindHeapAllocation()
509 uptr num_matching_addrs = 0; member
660 uptr ring_index, num_matching_addrs, num_matching_addrs_4b; in CopyAllocations() local
662 &ring_index, &num_matching_addrs, in CopyAllocations()
667 ha.num_matching_addrs = num_matching_addrs; in CopyAllocations()
862 Printf("hwasan_dev_note_num_matching_addrs: %zd\n", ha.num_matching_addrs); in PrintAddressDescription()