allocate

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void[] allocate(Mallocator a, size_t size)
  2. auto allocate(A allocator, Args args)
    allocate
    (
    T
    A
    Args...
    )
    (
    ref A allocator
    ,
    Args args
    )
  3. void[] allocate(Block!N b, size_t size)

Meta