OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ndirty_nonhuge
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/jemalloc.old/dist/test/unit/
hpa_background_thread.c
28
size_t
ndirty_nonhuge
;
local
38
"stats.arenas.0.hpa_shard.empty_slabs.
ndirty_nonhuge
", mib,
42
sz = sizeof(
ndirty_nonhuge
);
44
err = mallctlbymib(mib, miblen, &
ndirty_nonhuge
, &sz, NULL, 0);
57
return ndirty_huge +
ndirty_nonhuge
;
/src/external/bsd/jemalloc/dist/test/unit/
hpa_background_thread.c
53
size_t
ndirty_nonhuge
;
local
63
"stats.arenas.0.hpa_shard.empty_slabs.
ndirty_nonhuge
", mib,
67
sz = sizeof(
ndirty_nonhuge
);
69
err = mallctlbymib(mib, miblen, &
ndirty_nonhuge
, &sz, NULL, 0);
81
return ndirty_huge +
ndirty_nonhuge
;
/src/external/bsd/jemalloc.old/dist/src/
stats.c
814
size_t
ndirty_nonhuge
;
local
857
CTL_M2_GET("stats.arenas.0.hpa_shard.full_slabs.
ndirty_nonhuge
",
858
i, &
ndirty_nonhuge
, size_t);
860
- nactive_nonhuge -
ndirty_nonhuge
;
870
ndirty_huge,
ndirty_nonhuge
,
884
emitter_json_kv(emitter, "
ndirty_nonhuge
", emitter_type_size,
885
&
ndirty_nonhuge
);
900
CTL_M2_GET("stats.arenas.0.hpa_shard.empty_slabs.
ndirty_nonhuge
",
901
i, &
ndirty_nonhuge
, size_t);
903
- nactive_nonhuge -
ndirty_nonhuge
;
[
all
...]
/src/external/bsd/jemalloc/dist/src/
stats.c
834
size_t
ndirty_nonhuge
;
local
856
CTL_M2_GET("stats.arenas.0.hpa_shard.slabs.
ndirty_nonhuge
", i,
857
&
ndirty_nonhuge
, size_t);
859
- nactive_nonhuge -
ndirty_nonhuge
;
896
nactive_huge, nactive_nonhuge, ndirty, ndirty_huge,
ndirty_nonhuge
,
923
emitter, "
ndirty_nonhuge
", emitter_type_size, &
ndirty_nonhuge
);
949
size_t
ndirty_nonhuge
;
local
964
CTL_M2_GET("stats.arenas.0.hpa_shard.full_slabs.
ndirty_nonhuge
", i,
965
&
ndirty_nonhuge
, size_t)
[
all
...]
Completed in 17 milliseconds
Indexes created Sat Apr 25 00:22:52 UTC 2026