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

Function extent_commit_wrapper

deps/jemalloc/src/extent.c:1935–1941  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1933}
1934
1935bool
1936extent_commit_wrapper(tsdn_t *tsdn, arena_t *arena,
1937 extent_hooks_t **r_extent_hooks, extent_t *extent, size_t offset,
1938 size_t length) {
1939 return extent_commit_impl(tsdn, arena, r_extent_hooks, extent, offset,
1940 length, false);
1941}
1942
1943static bool
1944extent_decommit_default(extent_hooks_t *extent_hooks, void *addr, size_t size,

Callers

nothing calls this directly

Calls 1

extent_commit_implFunction · 0.70

Tested by

no test coverage detected