Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dwitness.h113 #define WITNESS_TSDN_NULL ((witness_tsdn_t *)0)
118 typedef struct witness_tsdn_s witness_tsdn_t; typedef
123 JEMALLOC_ALWAYS_INLINE witness_tsdn_t *
125 return (witness_tsdn_t *)witness_tsd; in witness_tsd_tsdn()
129 witness_tsdn_null(witness_tsdn_t *witness_tsdn) { in witness_tsdn_null()
134 witness_tsdn_tsd(witness_tsdn_t *witness_tsdn) { in witness_tsdn_tsd()
182 witness_assert_owner(witness_tsdn_t *witness_tsdn, const witness_t *witness) { in witness_assert_owner()
204 witness_assert_not_owner(witness_tsdn_t *witness_tsdn, in witness_assert_not_owner()
231 witness_assert_depth_to_rank(witness_tsdn_t *witness_tsdn, in witness_assert_depth_to_rank()
264 witness_assert_depth(witness_tsdn_t *witness_tsdn, unsigned depth) { in witness_assert_depth()
[all …]
Dtsd.h77 O(witness_tsd, witness_tsd_t, witness_tsdn_t) \
/external/jemalloc_new/test/unit/
Dwitness.c58 witness_tsdn_t witness_tsdn = { WITNESS_TSD_INITIALIZER }; in TEST_BEGIN()
98 witness_tsdn_t witness_tsdn = { WITNESS_TSD_INITIALIZER }; in TEST_BEGIN()
150 witness_tsdn_t witness_tsdn = { WITNESS_TSD_INITIALIZER }; in TEST_BEGIN()
181 witness_tsdn_t witness_tsdn = { WITNESS_TSD_INITIALIZER }; in TEST_BEGIN()
216 witness_tsdn_t witness_tsdn = { WITNESS_TSD_INITIALIZER }; in TEST_BEGIN()
240 witness_tsdn_t witness_tsdn = { WITNESS_TSD_INITIALIZER }; in TEST_BEGIN()