OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcache_ql
(Results
1 - 4
of
4
) sorted by null
/external/jemalloc/src/
tcache.c
266
ql_tail_insert(&arena->
tcache_ql
, tcache, link);
281
ql_foreach(iter, &arena->
tcache_ql
, link) {
289
ql_remove(&arena->
tcache_ql
, tcache, link);
jemalloc.c
775
ql_foreach(tcache, &arena->
tcache_ql
, link) {
[
all
...]
arena.c
[
all
...]
/external/jemalloc/include/jemalloc/internal/
arena.h
382
ql_head(tcache_t)
tcache_ql
;
member in struct:arena_s
[
all
...]
Completed in 173 milliseconds