Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/asan/
Dasan_allocator.h69 AllocType GetAllocType() const;
Dasan_descriptions.cpp124 descr->alloc_type = chunk.GetAllocType(); in GetAccessToHeapChunkInformation()
Dasan_allocator.cpp907 AllocType AsanChunkView::GetAllocType() const { in GetAllocType() function in __asan::AsanChunkView