OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcnt
(Results
1 - 3
of
3
) sorted by null
/external/jemalloc/include/jemalloc/internal/
prof.h
492
prof_thr_cnt_t *
tcnt
;
local
494
tcnt
= prof_lookup(ctx->bt);
496
if (
tcnt
!= NULL) {
497
tcnt
->epoch++;
501
tcnt
->cnts.curobjs--;
502
tcnt
->cnts.curbytes -= size;
506
tcnt
->epoch++;
/external/jemalloc/src/
prof.c
811
prof_cnt_t
tcnt
;
local
836
memcpy(&
tcnt
, &thr_cnt->cnts, sizeof(prof_cnt_t));
843
ctx->cnt_summed.curobjs +=
tcnt
.curobjs;
844
ctx->cnt_summed.curbytes +=
tcnt
.curbytes;
846
ctx->cnt_summed.accumobjs +=
tcnt
.accumobjs;
847
ctx->cnt_summed.accumbytes +=
tcnt
.accumbytes;
/external/lldb/tools/debugserver/source/MacOSX/
MachTask.cpp
240
mach_msg_type_number_t
tcnt
;
local
242
kr = task_threads(task, &threads, &
tcnt
);
246
for (int i = 0; i <
tcnt
; i++)
291
kr = mach_vm_deallocate(mach_task_self(), (mach_vm_address_t)(uintptr_t)threads,
tcnt
* sizeof(*threads));
[
all
...]
Completed in 54 milliseconds