Searched defs:HeapStatsUpdate (Results 1 – 1 of 1) sorted by relevance
905 struct HeapStatsUpdate { struct906 HeapStatsUpdate(uint32_t index, uint32_t count, uint32_t size) in HeapStatsUpdate() function908 uint32_t index; // Index of the time interval that was changed.909 uint32_t count; // New value of count field for the interval with this index.910 uint32_t size; // New value of size field for the interval with this index.