util_realloc

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void* util_realloc(void* oldp, size_t n, size_t size)
    version(Posix)
    extern (C++) @nogc nothrow nothrow
    void*
    util_realloc
    (
    void* oldp
    ,
    size_t n
    ,
    size_t size
    )
  2. void* util_realloc(void* oldp, size_t n, size_t size)

Meta