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

Function extent_commit_default

deps/jemalloc/src/extent.c:1907–1912  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1905}
1906
1907static bool
1908extent_commit_default(extent_hooks_t *extent_hooks, void *addr, size_t size,
1909 size_t offset, size_t length, unsigned arena_ind) {
1910 return pages_commit((void *)((uintptr_t)addr + (uintptr_t)offset),
1911 length);
1912}
1913
1914static bool
1915extent_commit_impl(tsdn_t *tsdn, arena_t *arena,

Callers

nothing calls this directly

Calls 1

pages_commitFunction · 0.70

Tested by

no test coverage detected