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

Function large_dalloc_finish_impl

deps/jemalloc/src/large.c:343–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341}
342
343static void
344large_dalloc_finish_impl(tsdn_t *tsdn, arena_t *arena, extent_t *extent) {
345 extent_hooks_t *extent_hooks = EXTENT_HOOKS_INITIALIZER;
346 arena_extents_dirty_dalloc(tsdn, arena, &extent_hooks, extent);
347}
348
349void
350large_dalloc_prep_junked_locked(tsdn_t *tsdn, extent_t *extent) {

Callers 2

large_dalloc_finishFunction · 0.70
large_dallocFunction · 0.70

Calls 1

Tested by

no test coverage detected