server-skynet-source-3rd-je.../include
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
..
jemalloc Make eligible global variables static and/or const 2023-07-06 14:15:12 -07:00
msvc_compat Remove trailing whitespace 2023-06-23 11:58:18 -07:00