Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_allocator.h82 bool FromSmallHeap() const;
Dhwasan_allocator.cpp75 bool HwasanChunkView::FromSmallHeap() const { in FromSmallHeap() function in __hwasan::HwasanChunkView
Dhwasan_report.cpp314 chunk.FromSmallHeap() ? "small" : "large", in PrintAddressDescription()