Searched refs:ql_remove (Results 1 – 7 of 7) sorted by relevance
| /src/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | ql.h | 127 #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 D | typed_list.h | 40 ql_remove(&list->head, to_remove, linkage); \ 44 ql_remove(&list->head, item, linkage); \
|
| H A D | witness.h | 372 ql_remove(witnesses, witness, link); in witness_unlock()
|
| /src/contrib/jemalloc/src/ |
| H A D | tsd.c | 99 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 D | tcache.c | 620 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 D | prof_recent.c | 450 ql_remove(to_delete, node, link); in prof_recent_alloc_async_cleanup()
|
| H A D | ctl.c | 1268 ql_remove(&ctl_arenas->destroyed, ctl_arena, destroyed_link); in ctl_arena_init()
|