* Initialize the given SimpleStats struct to all zeroes */
| 1254 | * Initialize the given SimpleStats struct to all zeroes |
| 1255 | */ |
| 1256 | static void |
| 1257 | initSimpleStats(SimpleStats *ss) |
| 1258 | { |
| 1259 | memset(ss, 0, sizeof(SimpleStats)); |
| 1260 | } |
| 1261 | |
| 1262 | /* |
| 1263 | * Accumulate one value into a SimpleStats struct. |
no outgoing calls
no test coverage detected