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