AlignedMallocator.reallocate

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool reallocate(void[] b, size_t newSize)
  2. bool reallocate(void[] b, size_t newSize)
    struct AlignedMallocator
    version(Windows)
    @system @nogc nothrow static
    bool
    reallocate
    ()
    (
    ref void[] b
    ,
    size_t newSize
    )

Meta