| 574 | } |
| 575 | |
| 576 | static inline size_t |
| 577 | malloc_large_size(uma_slab_t slab) |
| 578 | { |
| 579 | uintptr_t va; |
| 580 | |
| 581 | va = (uintptr_t)slab; |
| 582 | return (va >> 1); |
| 583 | } |
| 584 | |
| 585 | static caddr_t __noinline |
| 586 | malloc_large(size_t *size, struct malloc_type *mtp, struct domainset *policy, |
no outgoing calls
no test coverage detected