HomeSort by relevance Sort by last modified time
    Searched refs:ql_remove (Results 1 - 4 of 4) sorted by null

  /external/jemalloc/include/jemalloc/internal/
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/
tsd.c 187 ql_remove(&head->blocks, block, link);
huge.c 384 ql_remove(&arena->huge, node, ql_link);
tcache.c 290 ql_remove(&arena->tcache_ql, tcache, link);

Completed in 68 milliseconds