|
g4tools
5.4.0
|
#include <cstdlib>

Go to the source code of this file.
Namespaces | |
| tools | |
| inlined C code : /////////////////////////////////// | |
Macros | |
| #define | tools_cmemT |
Functions | |
| template<class T > | |
| void | tools::cmem_free (T *&a_p) |
| template<class T > | |
| T * | tools::cmem_alloc (size_t a_num) |
| template<class T > | |
| T * | tools::cmem_alloc_copy (const T *a_from, size_t a_num) |