| 1905 | } |
| 1906 | |
| 1907 | static bool |
| 1908 | extent_commit_default(extent_hooks_t *extent_hooks, void *addr, size_t size, |
| 1909 | size_t offset, size_t length, unsigned arena_ind) { |
| 1910 | return pages_commit((void *)((uintptr_t)addr + (uintptr_t)offset), |
| 1911 | length); |
| 1912 | } |
| 1913 | |
| 1914 | static bool |
| 1915 | extent_commit_impl(tsdn_t *tsdn, arena_t *arena, |
nothing calls this directly
no test coverage detected