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

Function extent_dalloc_default

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

Source from the content-addressed store, hash-verified

1660}
1661
1662static bool
1663extent_dalloc_default(extent_hooks_t *extent_hooks, void *addr, size_t size,
1664 bool committed, unsigned arena_ind) {
1665 return extent_dalloc_default_impl(addr, size);
1666}
1667
1668static bool
1669extent_dalloc_wrapper_try(tsdn_t *tsdn, arena_t *arena,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected