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

Function extent_destroy_default_impl

deps/jemalloc/src/extent.c:1864–1869  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1862}
1863
1864static void
1865extent_destroy_default_impl(void *addr, size_t size) {
1866 if (!have_dss || !extent_in_dss(addr)) {
1867 pages_unmap(addr, size);
1868 }
1869}
1870
1871static void
1872extent_destroy_default(extent_hooks_t *extent_hooks, void *addr, size_t size,

Callers 2

extent_destroy_defaultFunction · 0.70
extent_destroy_wrapperFunction · 0.70

Calls 2

extent_in_dssFunction · 0.70
pages_unmapFunction · 0.70

Tested by

no test coverage detected