_realloc

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void* _realloc(void* ptr, size_t size)
    version(IF__CUSTOM_ALLOC)
    @nogc nothrow
    void*
    _realloc
    (
    void* ptr
    ,
    size_t size
    )
  2. void* _realloc(void* ptr, size_t size)

Meta