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

Function large_dalloc_finish

deps/jemalloc/src/large.c:354–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354void
355large_dalloc_finish(tsdn_t *tsdn, extent_t *extent) {
356 large_dalloc_finish_impl(tsdn, extent_arena_get(extent), extent);
357}
358
359void
360large_dalloc(tsdn_t *tsdn, extent_t *extent) {

Callers 1

tcache_bin_flush_largeFunction · 0.70

Calls 2

large_dalloc_finish_implFunction · 0.70
extent_arena_getFunction · 0.50

Tested by

no test coverage detected