tock-mirror/support
Neil Brown f0a64cb33f Added some Tock support functions for allocating and freeing workspaces
It turns out that we weren't freeing workspaces, and neither was CCSP, and hence in long-running programs we were leaking memory at a crazy rate.  This fix works, but really this stuff should be in CCSP (Currently, it doesn't seem to have a ProcFree function...)
2009-03-27 17:25:09 +00:00
..
tock_intrinsics_arith.h Cleared up some signed/unsigned warnings in the latest intrinsics 2009-01-26 19:01:56 +00:00
tock_intrinsics_float.h Fixed the RAN/DRAN intrinsic 2009-01-27 13:50:42 +00:00
tock_support_cif.h Added some Tock support functions for allocating and freeing workspaces 2009-03-27 17:25:09 +00:00
tock_support_cppcsp.h Corrected some warnings about unsigned constants in the C++ support headers 2009-01-26 18:55:07 +00:00
tock_support.h Made intrinsic PROCs take the workspace as a parameter, and turned . to _ in their names (and implemented the RESIZE.MOBILE.ARRAY.1D intrinsic) 2009-03-23 15:46:24 +00:00