OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tctxs
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/src/
prof.c
565
tctx_tree_new(&gctx->
tctxs
);
590
if (tctx_tree_empty(&gctx->
tctxs
) && gctx->nlimbo == 1) {
629
if (!tctx_tree_empty(&gctx->
tctxs
))
657
tctx_tree_remove(&gctx->
tctxs
, tctx);
820
tctx_tree_insert(&gctx->
tctxs
, ret.p);
1082
prof_tctx_merge_iter(prof_tctx_tree_t *
tctxs
, prof_tctx_t *tctx, void *arg)
1102
prof_tctx_dump_iter(prof_tctx_tree_t *
tctxs
, prof_tctx_t *tctx, void *arg)
1128
prof_tctx_finish_iter(prof_tctx_tree_t *
tctxs
, prof_tctx_t *tctx, void *arg)
1178
tctx_tree_iter(&gctx->
tctxs
, NULL, prof_tctx_merge_iter, NULL);
1207
tctx_tree_iter(&gctx->
tctxs
, next
[
all
...]
/external/jemalloc/include/jemalloc/internal/
prof.h
107
* but coexisting in gctx->
tctxs
. There are two ways that such
120
/* Linkage into gctx's
tctxs
. */
141
/* Protects nlimbo, cnt_summed, and
tctxs
. */
160
prof_tctx_tree_t
tctxs
;
member in struct:prof_gctx_s
Completed in 2455 milliseconds