util_realloc

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
  1. void* util_realloc(void* oldp, size_t n, size_t size)
  2. 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
    )

Meta