Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/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()