Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dph.h19 #define phn(a_type) \ macro
172 if (phn != NULL) { \
175 phn_prev_set(a_type, a_field, phn, NULL); \
176 ph_merge_siblings(a_type, a_field, phn, a_cmp, phn); \
241 memset(&phn->a_field, 0, sizeof(phn(a_type))); \
252 ph->ph_root = phn; \
260 phn); \
313 if (ph->ph_root == phn) { \
321 phn); \
329 if (ph->ph_root == phn) { \
[all …]
H A Dextent_structs.h157 phn(extent_t) ph_link;
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dph.c10 phn(node_t) link;