Home
last modified time | relevance | path

Searched refs:witness_tsdn_t (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dwitness.h114 #define WITNESS_TSDN_NULL ((witness_tsdn_t *)0)
119 typedef struct witness_tsdn_s witness_tsdn_t; typedef
124 JEMALLOC_ALWAYS_INLINE witness_tsdn_t *
126 return (witness_tsdn_t *)witness_tsd; in witness_tsd_tsdn()
130 witness_tsdn_null(witness_tsdn_t *witness_tsdn) { in witness_tsdn_null()
135 witness_tsdn_tsd(witness_tsdn_t *witness_tsdn) { in witness_tsdn_tsd()
183 witness_assert_owner(witness_tsdn_t *witness_tsdn, const witness_t *witness) { in witness_assert_owner()
205 witness_assert_not_owner(witness_tsdn_t *witness_tsdn, in witness_assert_not_owner()
232 witness_assert_depth_to_rank(witness_tsdn_t *witness_tsdn, in witness_assert_depth_to_rank()
265 witness_assert_depth(witness_tsdn_t *witness_tsdn, unsigned depth) { in witness_assert_depth()
[all …]
H A Dtsd.h80 O(witness_tsd, witness_tsd_t, witness_tsdn_t) \