Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp649 uptr stack_allocations_count = 0; in CopyAllocations() local
652 if (stack_allocations_count < ARRAY_SIZE(stack_allocations_storage) && in CopyAllocations()
654 stack_allocations_storage[stack_allocations_count++].CopyFrom(t); in CopyAllocations()
674 return {{stack_allocations_storage, stack_allocations_count}, in CopyAllocations()