server-skynet-source-3rd-je.../test
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
..
analyze Enabled -Wstrict-prototypes and fixed warnings. 2023-07-06 12:00:02 -07:00
include/test Enabled -Wstrict-prototypes and fixed warnings. 2023-07-06 12:00:02 -07:00
integration Fix a bug in C++ integration test. 2022-09-16 15:04:59 -07:00
src Enabled -Wstrict-prototypes and fixed warnings. 2023-07-06 12:00:02 -07:00
stress Enabled -Wstrict-prototypes and fixed warnings. 2023-07-06 12:00:02 -07:00
unit Make eligible global variables static and/or const 2023-07-06 14:15:12 -07:00
test.sh.in Output MALLOC_CONF and debug cmd when test failure happens. 2017-04-21 22:52:02 -07:00