MCPcopy 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
59static size_t
60do_get_active(unsigned arena_ind) {
61 return do_get_size_impl("stats.arenas.0.pactive", arena_ind) * PAGE;
62}
63
64static size_t
65do_get_mapped(unsigned arena_ind) {

Callers 1

retained.cFile · 0.70

Calls 1

do_get_size_implFunction · 0.70

Tested by

no test coverage detected