Home
last modified time | relevance | path

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

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