diff options
author | bugaevskiy <[email protected]> | 2022-02-10 16:46:17 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:17 +0300 |
commit | a6e0145a095c7bb3770d6e07aee301de5c73f96e (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/libs/jemalloc/src/test_hooks.c | |
parent | c7f68570483e493f4ddaf946de7b3a420ee621b0 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/jemalloc/src/test_hooks.c')
-rw-r--r-- | contrib/libs/jemalloc/src/test_hooks.c | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/contrib/libs/jemalloc/src/test_hooks.c b/contrib/libs/jemalloc/src/test_hooks.c index 55d4a7417fc..ace00d9c469 100644 --- a/contrib/libs/jemalloc/src/test_hooks.c +++ b/contrib/libs/jemalloc/src/test_hooks.c @@ -1,12 +1,12 @@ -#include "jemalloc/internal/jemalloc_preamble.h" - -/* - * The hooks are a little bit screwy -- they're not genuinely exported in the - * sense that we want them available to end-users, but we do want them visible - * from outside the generated library, so that we can use them in test code. - */ -JEMALLOC_EXPORT -void (*test_hooks_arena_new_hook)() = NULL; - -JEMALLOC_EXPORT -void (*test_hooks_libc_hook)() = NULL; +#include "jemalloc/internal/jemalloc_preamble.h" + +/* + * The hooks are a little bit screwy -- they're not genuinely exported in the + * sense that we want them available to end-users, but we do want them visible + * from outside the generated library, so that we can use them in test code. + */ +JEMALLOC_EXPORT +void (*test_hooks_arena_new_hook)() = NULL; + +JEMALLOC_EXPORT +void (*test_hooks_libc_hook)() = NULL; |