Searched defs:ckrealloc (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtksh/include/
H A Dtcl.h428 # define ckrealloc(x,y) Tcl_DbCkrealloc((x), (y),__FILE__, __LINE__) macro
439 # define ckrealloc(x,y) Tcl_Realloc(x,y) macro
443 # define ckrealloc(x,y) realloc(x,y) macro

Completed in 15 milliseconds