Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_allocator.h69 AllocType GetAllocType() const;
H A Dasan_descriptions.cc125 descr->alloc_type = chunk.GetAllocType(); in GetAccessToHeapChunkInformation()
H A Dasan_allocator.cc816 AllocType AsanChunkView::GetAllocType() const { in GetAllocType() function in __asan::AsanChunkView