Version 0 of Tcl_Alloc

Updated 2014-06-08 10:28:25 by dkf

Allocate memory using the Tcl library's memory allocation engine. Like malloc, but integrates with the memory command (if that's defined). Pairs up with Tcl_Realloc and Tcl_Free.