AlignedMallocator.reallocate

On Posix, forwards to realloc. On Windows, forwards to alignedReallocate(b, newSize, platformAlignment).

  1. bool reallocate(void[] b, size_t newSize)
    struct AlignedMallocator
    version(Posix)
    @system @nogc nothrow static
    bool
    reallocate
    ()
    (
    ref void[] b
    ,
    size_t newSize
    )
  2. bool reallocate(void[] b, size_t newSize)

Meta