Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h90 bool FromSmallHeap() const;
H A Dhwasan_allocator.cpp75 bool HwasanChunkView::FromSmallHeap() const { in FromSmallHeap() function in __hwasan::HwasanChunkView
H A Dhwasan_report.cpp391 chunk.FromSmallHeap() ? "small" : "large", in PrintAddressDescription()