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

Function extent_destroy_default

deps/jemalloc/src/extent.c:1871–1875  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1869}
1870
1871static void
1872extent_destroy_default(extent_hooks_t *extent_hooks, void *addr, size_t size,
1873 bool committed, unsigned arena_ind) {
1874 extent_destroy_default_impl(addr, size);
1875}
1876
1877void
1878extent_destroy_wrapper(tsdn_t *tsdn, arena_t *arena,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected