Home
last modified time | relevance | path

Searched defs:AllocationSite (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DDynamicAllocator.h48 struct AllocationSite { struct
52 AllocationSite(std::unique_ptr<std::byte[]> Memory, Form AllocForm) in AllocationSite() argument
68 unsigned getNumAllocations() const { return AllocationSites.size(); } in getNumAllocations() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_memory_profile.cpp24 struct AllocationSite { struct
25 u32 id;
26 uptr total_size;
27 uptr count;