Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp650 uptr heap_allocations_count = 0; in CopyAllocations() local
657 if (heap_allocations_count < ARRAY_SIZE(heap_allocations_storage)) { in CopyAllocations()
664 auto &ha = heap_allocations_storage[heap_allocations_count++]; in CopyAllocations()
675 {heap_allocations_storage, heap_allocations_count}}; in CopyAllocations()