Skip to content
  • Kenneth Moreland's avatar
    Expose allocation in ArrayHandle. · 6141e83b
    Kenneth Moreland authored
    Add an Allocate method in ArrayHandle that basically forwards the
    alllocate request to the storage object. This allows some measure of
    control of the array from the control side. You can allocate the array
    and set values (by getting the control array portal) if you so desire.
    6141e83b