Files
jemalloc-jemalloc/include/jemalloc/internal
Dmitry Ilvokhin b9758afff0 Add nstime_ms_since to get time since in ms
Milliseconds are used a lot in hpa, so it is convenient to have
`nstime_ms_since` function instead of dividing to `MILLION` constantly.

For consistency renamed `nstime_msec` to `nstime_ms` as `ms` abbreviation
is used much more commonly across codebase than `msec`.

```
$ grep -Rn '_msec' include src | wc -l
2

$ grep -RPn '_ms( |,|:)' include src | wc -l
72
```

Function `nstime_msec` wasn't used anywhere in the code yet.
2024-11-08 10:37:28 -08:00
..
2024-05-22 10:30:31 -07:00
2024-05-22 10:30:31 -07:00
2024-05-22 10:30:31 -07:00
2024-05-22 10:30:31 -07:00
2024-05-22 10:30:31 -07:00
2022-04-25 11:29:00 -07:00
2024-07-30 10:29:30 -07:00
2020-04-11 10:32:11 -07:00
2017-05-25 16:52:10 -07:00
2017-05-25 16:52:10 -07:00
2024-05-22 10:30:31 -07:00