Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dql.h127 #define ql_remove(a_head, a_elm, a_field) do { \ macro
141 ql_remove((a_head), t, a_field); \
147 ql_remove((a_head), t, a_field); \
H A Dtyped_list.h40 ql_remove(&list->head, to_remove, linkage); \
44 ql_remove(&list->head, item, linkage); \
H A Dwitness.h372 ql_remove(witnesses, witness, link); in witness_unlock()
/src/contrib/jemalloc/src/
H A Dtsd.c99 ql_remove(&tsd_nominal_tsds, tsd, TSD_MANGLE(tsd_link)); in tsd_remove_nominal()
526 ql_remove(&head->blocks, block, link); in tsd_init_finish()
H A Dtcache.c620 ql_remove(&arena->tcache_ql, tcache_slow, link); in tcache_arena_dissociate()
621 ql_remove(&arena->cache_bin_array_descriptor_ql, in tcache_arena_dissociate()
H A Dprof_recent.c450 ql_remove(to_delete, node, link); in prof_recent_alloc_async_cleanup()
H A Dctl.c1268 ql_remove(&ctl_arenas->destroyed, ctl_arena, destroyed_link); in ctl_arena_init()