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
..
2022-09-16 15:04:59 -07:00
2022-09-16 15:04:59 -07:00
2023-07-06 12:06:06 -07:00
2023-05-01 10:21:17 -07:00
2021-12-15 10:39:17 -08:00
2023-05-04 09:59:17 -07:00
2023-05-08 15:00:02 -07:00
2022-04-25 11:29:00 -07:00
2020-05-11 14:51:24 -07:00
2021-12-15 10:39:17 -08:00
2023-06-23 11:50:29 -07:00
2023-06-23 11:50:29 -07:00
2023-06-23 11:50:29 -07:00
2022-04-25 11:29:00 -07:00
2023-04-05 10:16:37 -07:00
2019-04-16 11:07:15 -07:00