MCPcopy Create free account
hub / github.com/F-Stack/f-stack / extent_destroy_default_impl

Function extent_destroy_default_impl

app/redis-6.2.6/deps/jemalloc/src/extent.c:1756–1761  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1754}
1755
1756static void
1757extent_destroy_default_impl(void *addr, size_t size) {
1758 if (!have_dss || !extent_in_dss(addr)) {
1759 pages_unmap(addr, size);
1760 }
1761}
1762
1763static void
1764extent_destroy_default(extent_hooks_t *extent_hooks, void *addr, size_t size,

Callers 2

extent_destroy_defaultFunction · 0.85
extent_destroy_wrapperFunction · 0.85

Calls 2

extent_in_dssFunction · 0.85
pages_unmapFunction · 0.85

Tested by

no test coverage detected