Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ do_get_active
Function
do_get_active
deps/jemalloc/test/unit/retained.c:59–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
static size_t
60
do_get_active(unsigned arena_ind) {
61
return do_get_size_impl(
"stats.arenas.0.pactive"
, arena_ind) * PAGE;
62
}
63
64
static size_t
65
do_get_mapped(unsigned arena_ind) {
Callers
1
retained.c
File · 0.70
Calls
1
do_get_size_impl
Function · 0.70
Tested by
no test coverage detected