| 1660 | } |
| 1661 | |
| 1662 | static bool |
| 1663 | extent_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 | |
| 1668 | static bool |
| 1669 | extent_dalloc_wrapper_try(tsdn_t *tsdn, arena_t *arena, |
nothing calls this directly
no test coverage detected