Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.h67 AllocType GetAllocType() const;
H A Dasan_descriptions.cpp123 descr->alloc_type = chunk.GetAllocType(); in GetAccessToHeapChunkInformation()
H A Dasan_allocator.cpp950 AllocType AsanChunkView::GetAllocType() const { in GetAllocType() function in __asan::AsanChunkView