Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h110 bool FromSmallHeap() const;
H A Dhwasan_allocator.cpp75 bool HwasanChunkView::FromSmallHeap() const { in FromSmallHeap() function in __hwasan::HwasanChunkView
H A Dhwasan_report.cpp639 result.from_small_heap = chunk.FromSmallHeap(); in CopyHeapChunk()