Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dql.h56 #define ql_remove(a_head, a_elm, a_field) do { \ macro
69 ql_remove((a_head), t, a_field); \
74 ql_remove((a_head), t, a_field); \
/external/jemalloc/src/
Dtsd.c192 ql_remove(&head->blocks, block, link); in tsd_init_finish()
Dhuge.c390 ql_remove(&arena->huge, node, ql_link); in huge_dalloc()
Dtcache.c291 ql_remove(&arena->tcache_ql, tcache, link); in tcache_arena_dissociate()