Searched refs:phn_lchild_set (Results 1 – 2 of 2) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | ph.h | 35 #define phn_lchild_set(a_type, a_field, a_phn, a_lchild) do { \ macro 63 phn_lchild_set(a_type, a_field, a_phn0, a_phn1); \ 302 phn_lchild_set(a_type, a_field, parent, \ 325 phn_lchild_set(a_type, a_field, parent, next); \
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | ph.h | 35 #define phn_lchild_set(a_type, a_field, a_phn, a_lchild) do { \ macro 64 phn_lchild_set(a_type, a_field, a_phn0, a_phn1); \ 348 phn_lchild_set(a_type, a_field, parent, \ 371 phn_lchild_set(a_type, a_field, parent, next); \
|