| 1941 | } |
| 1942 | |
| 1943 | static bool |
| 1944 | extent_decommit_default(extent_hooks_t *extent_hooks, void *addr, size_t size, |
| 1945 | size_t offset, size_t length, unsigned arena_ind) { |
| 1946 | return pages_decommit((void *)((uintptr_t)addr + (uintptr_t)offset), |
| 1947 | length); |
| 1948 | } |
| 1949 | |
| 1950 | bool |
| 1951 | extent_decommit_wrapper(tsdn_t *tsdn, arena_t *arena, |
nothing calls this directly
no test coverage detected