Kevin Svetlitski 589c63b424 Make eligible global variables static and/or const
For better or worse, Jemalloc has a significant number of global
variables. Making all eligible global variables `static` and/or `const`
at least makes it slightly easier to reason about them, as these
qualifications communicate to the programmer restrictions on their use
without having to `grep` the whole codebase.
2023-07-06 14:15:12 -07:00
..
2021-12-23 10:55:08 -08:00
2021-12-23 10:55:08 -08:00
2023-06-23 11:50:29 -07:00
2023-06-23 11:50:29 -07:00
2021-12-15 10:39:17 -08:00
2020-11-13 13:42:33 -08:00
2020-12-04 23:48:19 -08:00
2021-10-07 11:50:38 -07:00
2021-08-05 14:33:16 -07:00
2021-12-23 10:55:08 -08:00
2021-12-15 10:39:17 -08:00
2021-02-11 11:32:01 -08:00
2021-02-04 14:10:43 -08:00
2021-02-04 14:10:43 -08:00