Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DDynamicAllocator.h40 struct AllocationSite { struct
44 AllocationSite(std::unique_ptr<std::byte[]> Memory, bool Array) in AllocationSite() argument
83 llvm::DenseMap<const Expr *, AllocationSite>::const_iterator;
89 llvm::DenseMap<const Expr *, AllocationSite> AllocationSites;
H A DDynamicAllocator.cpp87 {D->asExpr(), AllocationSite(std::move(Memory), D->isArray())}); in allocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_memory_profile.cpp24 struct AllocationSite { struct
51 [](const AllocationSite &a, const AllocationSite &b) { in Print()
82 InternalMmapVector<AllocationSite> allocations_;