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

Function large_dalloc_prep_junked_locked

deps/jemalloc/src/large.c:349–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347}
348
349void
350large_dalloc_prep_junked_locked(tsdn_t *tsdn, extent_t *extent) {
351 large_dalloc_prep_impl(tsdn, extent_arena_get(extent), extent, true);
352}
353
354void
355large_dalloc_finish(tsdn_t *tsdn, extent_t *extent) {

Callers 1

tcache_bin_flush_largeFunction · 0.70

Calls 2

large_dalloc_prep_implFunction · 0.70
extent_arena_getFunction · 0.50

Tested by

no test coverage detected