Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp545 HeapAllocation heap_allocations_storage[256]; member in __hwasan::__anon865875d10511::BaseReport
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()