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

/ast/src/lib/libtksh/include/
H A Dtcl.h218 * ckalloc and should be freed with ckfree.
411 * The following declarations either map ckalloc and ckfree to
426 # define ckalloc(x) Tcl_DbCkalloc(x, __FILE__, __LINE__) macro
437 # define ckalloc(x) Tcl_Alloc(x) macro
441 # define ckalloc(x) malloc(x) macro

Completed in 18 milliseconds