Searched defs:HeapStatsUpdate (Results 1 – 1 of 1) sorted by relevance
636 struct HeapStatsUpdate { struct637 HeapStatsUpdate(uint32_t index, uint32_t count, uint32_t size) in HeapStatsUpdate() argument639 uint32_t index; // Index of the time interval that was changed.640 uint32_t count; // New value of count field for the interval with this index.641 uint32_t size; // New value of size field for the interval with this index.