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

Function extent_dalloc_default

deps/jemalloc/src/extent.c:1766–1770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1764}
1765
1766static bool
1767extent_dalloc_default(extent_hooks_t *extent_hooks, void *addr, size_t size,
1768 bool committed, unsigned arena_ind) {
1769 return extent_dalloc_default_impl(addr, size);
1770}
1771
1772static bool
1773extent_dalloc_wrapper_try(tsdn_t *tsdn, arena_t *arena,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected