NullAllocator.expand

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)
    struct NullAllocator
    static
    bool
    expand
    ()
    (
    ref void[] b
    ,
    size_t s
    )
  2. bool reallocate(void[] b, size_t )
  3. bool alignedReallocate(void[] b, size_t , uint )

Meta