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

  /external/jemalloc/src/
tcache.c 249 ql_tail_insert(&arena->tcache_ql, tcache, link);
262 ql_remove(&tcache->arena->tcache_ql, tcache, link);
jemalloc.c 230 ql_foreach(tcache, &arena->tcache_ql, link) {
    [all...]
arena.c     [all...]
  /external/jemalloc/include/jemalloc/internal/
arena.h 327 ql_head(tcache_t) tcache_ql; member in struct:arena_s
    [all...]

Completed in 329 milliseconds