@@ -13,7 +13,7 @@ witness_init(witness_t *witness, const char *name, witness_rank_t rank,
1313
1414#ifdef JEMALLOC_JET
1515#undef witness_lock_error
16- #define witness_lock_error JEMALLOC_N(witness_lock_error_impl )
16+ #define witness_lock_error JEMALLOC_N(n_witness_lock_error )
1717#endif
1818void
1919witness_lock_error (const witness_list_t * witnesses , const witness_t * witness )
@@ -30,12 +30,12 @@ witness_lock_error(const witness_list_t *witnesses, const witness_t *witness)
3030#ifdef JEMALLOC_JET
3131#undef witness_lock_error
3232#define witness_lock_error JEMALLOC_N(witness_lock_error)
33- witness_lock_error_t * witness_lock_error = JEMALLOC_N (witness_lock_error_impl );
33+ witness_lock_error_t * witness_lock_error = JEMALLOC_N (n_witness_lock_error );
3434#endif
3535
3636#ifdef JEMALLOC_JET
3737#undef witness_owner_error
38- #define witness_owner_error JEMALLOC_N(witness_owner_error_impl )
38+ #define witness_owner_error JEMALLOC_N(n_witness_owner_error )
3939#endif
4040void
4141witness_owner_error (const witness_t * witness )
@@ -48,13 +48,12 @@ witness_owner_error(const witness_t *witness)
4848#ifdef JEMALLOC_JET
4949#undef witness_owner_error
5050#define witness_owner_error JEMALLOC_N(witness_owner_error)
51- witness_owner_error_t * witness_owner_error =
52- JEMALLOC_N (witness_owner_error_impl );
51+ witness_owner_error_t * witness_owner_error = JEMALLOC_N (n_witness_owner_error );
5352#endif
5453
5554#ifdef JEMALLOC_JET
5655#undef witness_not_owner_error
57- #define witness_not_owner_error JEMALLOC_N(witness_not_owner_error_impl )
56+ #define witness_not_owner_error JEMALLOC_N(n_witness_not_owner_error )
5857#endif
5958void
6059witness_not_owner_error (const witness_t * witness )
@@ -68,12 +67,12 @@ witness_not_owner_error(const witness_t *witness)
6867#undef witness_not_owner_error
6968#define witness_not_owner_error JEMALLOC_N(witness_not_owner_error)
7069witness_not_owner_error_t * witness_not_owner_error =
71- JEMALLOC_N (witness_not_owner_error_impl );
70+ JEMALLOC_N (n_witness_not_owner_error );
7271#endif
7372
7473#ifdef JEMALLOC_JET
7574#undef witness_lockless_error
76- #define witness_lockless_error JEMALLOC_N(witness_lockless_error_impl )
75+ #define witness_lockless_error JEMALLOC_N(n_witness_lockless_error )
7776#endif
7877void
7978witness_lockless_error (const witness_list_t * witnesses )
@@ -91,7 +90,7 @@ witness_lockless_error(const witness_list_t *witnesses)
9190#undef witness_lockless_error
9291#define witness_lockless_error JEMALLOC_N(witness_lockless_error)
9392witness_lockless_error_t * witness_lockless_error =
94- JEMALLOC_N (witness_lockless_error_impl );
93+ JEMALLOC_N (n_witness_lockless_error );
9594#endif
9695
9796void
0 commit comments