Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dph.h198 a_attr void a_prefix##new(a_ph_type *ph); \
199 a_attr bool a_prefix##empty(a_ph_type *ph); \
200 a_attr a_type *a_prefix##first(a_ph_type *ph); \
201 a_attr a_type *a_prefix##any(a_ph_type *ph); \
213 a_prefix##new(a_ph_type *ph) { \
217 a_prefix##empty(a_ph_type *ph) { \
221 a_prefix##first(a_ph_type *ph) { \
229 a_prefix##any(a_ph_type *ph) { \
240 a_prefix##insert(a_ph_type *ph, a_type *phn) { \
267 a_prefix##remove_first(a_ph_type *ph) { \
[all …]