Searched refs:phn_prev_set (Results 1 – 2 of 2) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | ph.h | 41 #define phn_prev_set(a_type, a_field, a_phn, a_prev) do { \ macro 58 phn_prev_set(a_type, a_field, a_phn1, a_phn0); \ 62 phn_prev_set(a_type, a_field, phn0child, a_phn1); \ 100 phn_prev_set(a_type, a_field, phnrest, NULL); \ 102 phn_prev_set(a_type, a_field, phn0, NULL); \ 104 phn_prev_set(a_type, a_field, phn1, NULL); \ 115 phn_prev_set(a_type, a_field, \ 118 phn_prev_set(a_type, a_field, phn0, \ 122 phn_prev_set(a_type, a_field, phn1, \ 173 phn_prev_set(a_type, a_field, a_ph->ph_root, NULL); \ [all …]
|
/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/ |
D | delete_c_library.patch | 47986 -phn_prev_set(void *phn, void *prev, size_t offset) { 47999 - phn_prev_set(phn1, phn0, offset); 48003 - phn_prev_set(phn0child, phn1, offset); 48043 - phn_prev_set(phnrest, NULL, offset); 48045 - phn_prev_set(phn0, NULL, offset); 48047 - phn_prev_set(phn1, NULL, offset); 48057 - phn_prev_set(phnrest, NULL, offset); 48059 - phn_prev_set(phn0, NULL, offset); 48061 - phn_prev_set(phn1, NULL, offset); 48101 - phn_prev_set(ph->root, NULL, offset); [all …]
|