Skip to content

wip: teach utspace about paddrs and device memory

Jimmy Brush requested to merge utspace_alloc into wip
  • teach utspace allocator for root task about all untypeds, including for device memory. Closes #9.
  • utspace allocations allow the caller to specify any paddr and memory kind constraints. This is a breaking api change.
  • utspace allocations now use heap to track metadata about untypeds. heap allocations can now occur during allocation at a specific paddr, requiring callers to pass in the allocation object.

Merge request reports