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)
  3. void[] allocate(Block!N b, size_t size)
    void[]
    allocate
    (
    size_t N
    )
    (
    ref Block!N b
    ,
    size_t size
    )

Meta