| 1869 | } |
| 1870 | |
| 1871 | static void |
| 1872 | extent_destroy_default(extent_hooks_t *extent_hooks, void *addr, size_t size, |
| 1873 | bool committed, unsigned arena_ind) { |
| 1874 | extent_destroy_default_impl(addr, size); |
| 1875 | } |
| 1876 | |
| 1877 | void |
| 1878 | extent_destroy_wrapper(tsdn_t *tsdn, arena_t *arena, |
nothing calls this directly
no test coverage detected