Searched defs:SourceAllocation (Results 1 – 1 of 1) sorted by relevance
61 struct SourceAllocation { struct62 uint64_t pid = 0;65 int64_t timestamp = 0;66 StringId heap_name;90 void StoreAllocation(const SourceAllocation& allocation); argument