attemptckrealloc

Undocumented in source. Be warned that the author may not have intended to support it.
  1. const(char)* attemptckrealloc(const(char)* ptr, uint size, string file, size_t line)
    version(TCL_MEM_DEBUG)
    nothrow
    const(char)*
    attemptckrealloc
    (
    const(char)* ptr
    ,
    uint size
    ,
    string file = __FILE__
    ,
    size_t line = __LINE__
    )
  2. const(char)* attemptckrealloc(const(char)* ptr, uint size)

Meta