Searched defs:AllocationSite (Results 1 – 2 of 2) sorted by relevance
48 struct AllocationSite { struct52 AllocationSite(std::unique_ptr<std::byte[]> Memory, Form AllocForm) in AllocationSite() argument68 unsigned getNumAllocations() const { return AllocationSites.size(); } in getNumAllocations() argument
24 struct AllocationSite { struct25 u32 id;26 uptr total_size;27 uptr count;