Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp895 AllocType AsanChunkView::GetAllocType() const { in GetAllocType() function in __asan::AsanChunkView
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DMemoryProfileInfoTest.cpp52 TEST_F(MemoryProfileInfoTest, GetAllocType) { in TEST_F() argument