It seems more intuitive to specify the requested size first.
Additionally, this will improve consistency with the next commit
introducing vm_phys_early_alloc_ex().
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 61933 Build 58817: arc lint + arc unit
Event Timeline
Comment Actions
It seems more intuitive to specify the requested size first.
I don't really see why. The current interface is consistent with other NUMA-aware allocators, e.g., kmem_malloc_domain(), vm_page_alloc_contig_domain(), vm_phys_alloc_pages().