| 1764 | } |
| 1765 | |
| 1766 | static bool |
| 1767 | extent_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 | |
| 1772 | static bool |
| 1773 | extent_dalloc_wrapper_try(tsdn_t *tsdn, arena_t *arena, |
nothing calls this directly
no test coverage detected