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