MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / arena_large_ralloc_stats_update

Function arena_large_ralloc_stats_update

deps/jemalloc/src/arena.c:415–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413}
414
415static void
416arena_large_ralloc_stats_update(tsdn_t *tsdn, arena_t *arena, size_t oldusize,
417 size_t usize) {
418 arena_large_dalloc_stats_update(tsdn, arena, oldusize);
419 arena_large_malloc_stats_update(tsdn, arena, usize);
420}
421
422static bool
423arena_may_have_muzzy(arena_t *arena) {

Tested by

no test coverage detected