Searched defs:HeapStatsUpdate (Results 1 – 1 of 1) sorted by relevance
599 struct HeapStatsUpdate { struct600 HeapStatsUpdate(uint32_t index, uint32_t count, uint32_t size) in HeapStatsUpdate() argument602 uint32_t index; // Index of the time interval that was changed.603 uint32_t count; // New value of count field for the interval with this index.604 uint32_t size; // New value of size field for the interval with this index.