NullAllocator.reallocate

These methods return false. Precondition: b is null. This is because there is no other possible legitimate input.

  1. bool expand(void[] b, size_t s)
  2. bool reallocate(void[] b, size_t )
    struct NullAllocator
    static
    bool
    reallocate
    ()
    (
    ref void[] b
    ,
    size_t
    )
  3. bool alignedReallocate(void[] b, size_t , uint )

Meta