Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dql.h59 #define ql_empty(a_head) (ql_first(a_head) == NULL) macro
71 (ql_empty(a_head) ? NULL : qr_prev(ql_first(a_head), a_field))
98 if (!ql_empty(a_head)) { \
106 if (!ql_empty(a_head)) { \
117 if (ql_empty(a_head_a)) { \
119 } else if (!ql_empty(a_head_b)) { \
H A Dtyped_list.h48 return ql_empty(&list->head); \
/src/contrib/jemalloc/src/
H A Dprof_recent.c253 if (ql_empty(&prof_recent_alloc_list)) { in prof_recent_alloc_is_empty()
440 assert(!ql_empty(to_delete)); in prof_recent_alloc_restore_locked()
448 while (!ql_empty(to_delete)) { in prof_recent_alloc_async_cleanup()