mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-26 09:03:33 +03:00
Make eligible functions static
The codebase is already very disciplined in making any function which can be `static`, but there are a few that appear to have slipped through the cracks.
This commit is contained in:
parent
6841110bd6
commit
70344a2d38
9 changed files with 16 additions and 14 deletions
|
|
@ -201,7 +201,7 @@ TEST_BEGIN(test_nstime_divide) {
|
|||
}
|
||||
TEST_END
|
||||
|
||||
void
|
||||
static void
|
||||
test_nstime_since_once(nstime_t *t) {
|
||||
nstime_t old_t;
|
||||
nstime_copy(&old_t, t);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue