Searched refs:ql_remove (Results 1 – 4 of 4) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | ql.h | 56 #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/ |
D | tsd.c | 192 ql_remove(&head->blocks, block, link); in tsd_init_finish()
|
D | huge.c | 390 ql_remove(&arena->huge, node, ql_link); in huge_dalloc()
|
D | tcache.c | 291 ql_remove(&arena->tcache_ql, tcache, link); in tcache_arena_dissociate()
|