c_realloc

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void* c_realloc(void* ptr, size_t size)
    version(!EMBEDDED && MATLAB)
    nothrow @nogc extern (C) static
    void*
    c_realloc
    (
    void* ptr
    ,
    size_t size
    )
  2. alias c_realloc = PyMem_Realloc
  3. alias c_realloc = realloc

Meta