OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bstats
(Results
1 - 6
of
6
) sorted by null
/external/jemalloc/src/
ctl.c
554
memset(astats->
bstats
, 0, NBINS * sizeof(malloc_bin_stats_t));
571
cstats->
bstats
, cstats->lstats, cstats->hstats);
574
cstats->allocated_small += cstats->
bstats
[i].curregs *
576
cstats->nmalloc_small += cstats->
bstats
[i].nmalloc;
577
cstats->ndalloc_small += cstats->
bstats
[i].ndalloc;
578
cstats->nrequests_small += cstats->
bstats
[i].nrequests;
625
sstats->
bstats
[i].nmalloc += astats->
bstats
[i].nmalloc;
626
sstats->
bstats
[i].ndalloc += astats->
bstats
[i].ndalloc
[
all
...]
arena.c
[
all
...]
/external/jemalloc/include/jemalloc/internal/
ctl.h
53
malloc_bin_stats_t
bstats
[NBINS];
member in struct:ctl_arena_stats_s
arena.h
618
malloc_bin_stats_t *
bstats
, malloc_large_stats_t *lstats,
[
all
...]
/external/libpcap/
pcap-win32.c
165
struct bpf_stat
bstats
;
local
181
if (!PacketGetStats(p->adapter, &
bstats
)) {
187
ps->ps_recv =
bstats
.bs_recv;
188
ps->ps_drop =
bstats
.bs_drop;
195
ps->ps_ifdrop =
bstats
.ps_ifdrop;
227
struct bpf_stat
bstats
;
local
239
if (!PacketGetStatsEx(p->adapter, &
bstats
)) {
245
p->stat.ps_recv =
bstats
.bs_recv;
246
p->stat.ps_drop =
bstats
.bs_drop;
247
p->stat.ps_ifdrop =
bstats
.ps_ifdrop
[
all
...]
/frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java
2984
final BatteryStatsImpl
bstats
= mBatteryStatsService.getActiveStatistics();
local
[
all
...]
Completed in 1000 milliseconds