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

Function extent_may_dalloc

deps/jemalloc/src/extent.c:1752–1756  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1750}
1751
1752static bool
1753extent_may_dalloc(void) {
1754 /* With retain enabled, the default dalloc always fails. */
1755 return !opt_retain;
1756}
1757
1758static bool
1759extent_dalloc_default_impl(void *addr, size_t size) {

Callers 1

extent_dalloc_wrapperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected