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

Function large_dalloc

deps/jemalloc/src/large.c:359–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357}
358
359void
360large_dalloc(tsdn_t *tsdn, extent_t *extent) {
361 arena_t *arena = extent_arena_get(extent);
362 large_dalloc_prep_impl(tsdn, arena, extent, false);
363 large_dalloc_finish_impl(tsdn, arena, extent);
364 arena_decay_tick(tsdn, arena);
365}
366
367size_t
368large_salloc(tsdn_t *tsdn, const extent_t *extent) {

Callers 4

arena_resetFunction · 0.70
arena_dalloc_promotedFunction · 0.70
arena_dalloc_largeFunction · 0.50

Calls 4

large_dalloc_prep_implFunction · 0.70
large_dalloc_finish_implFunction · 0.70
extent_arena_getFunction · 0.50
arena_decay_tickFunction · 0.50

Tested by

no test coverage detected