HomeSort by relevance Sort by last modified time
    Searched refs:phn (Results 1 - 6 of 6) sorted by null

  /external/jemalloc_new/include/jemalloc/internal/
ph.h 19 #define phn(a_type) \ macro
171 a_type *phn = phn_next_get(a_type, a_field, a_ph->ph_root); \
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); \
177 assert(phn_next_get(a_type, a_field, phn) == NULL); \
178 phn_merge(a_type, a_field, a_ph->ph_root, phn, a_cmp, \
202 a_attr void a_prefix##insert(a_ph_type *ph, a_type *phn); \
205 a_attr void a_prefix##remove(a_ph_type *ph, a_type *phn);
    [all...]
extent_structs.h 157 phn(extent_t) ph_link;
  /external/jemalloc/include/jemalloc/internal/
ph.h 19 #define phn(a_type) \ macro
168 a_type *phn = phn_next_get(a_type, a_field, a_ph->ph_root); \
169 if (phn != NULL) { \
172 phn_prev_set(a_type, a_field, phn, NULL); \
173 ph_merge_siblings(a_type, a_field, phn, a_cmp, phn); \
174 assert(phn_next_get(a_type, a_field, phn) == NULL); \
175 phn_merge(a_type, a_field, a_ph->ph_root, phn, a_cmp, \
198 a_attr void a_prefix##insert(a_ph_type *ph, a_type *phn); \
200 a_attr void a_prefix##remove(a_ph_type *ph, a_type *phn);
    [all...]
arena.h 179 phn(arena_chunk_map_misc_t) ph_link;
    [all...]
  /external/jemalloc/test/unit/
ph.c 8 phn(node_t) link;
  /external/jemalloc_new/test/unit/
ph.c 10 phn(node_t) link;

Completed in 96 milliseconds