Searched refs:heap_allocations (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.h50 HeapAllocationsRingBuffer *heap_allocations() { return heap_allocations_; } function in class:__hwasan::Thread
H A Dhwasan_allocator.cpp227 if (auto *ha = t->heap_allocations())
H A Dhwasan_report.cpp312 if (uptr D = FindHeapAllocation(t->heap_allocations(), tagged_addr, &har)) {

Completed in 43 milliseconds