TypedAllocator.allocatorFor

Given flags as a combination of AllocFlag values, or a type T, returns the allocator that's a closest fit in capabilities.

  1. auto ref allocatorFor()
  2. auto ref allocatorFor()
    struct TypedAllocator(PrimaryAllocator, Policies...)
    ref
    allocatorFor
    (
    T
    )
    ()

Meta