Tool/software: TI C/C++ Compiler
Hi,
I'm aware of the fact that "normal" ANSI-C provides memory functions like malloc() or free () but not a function to check how much memory is still available for usage. As for an embedded platform the situation is somewhat different (fixed memory layout based on linker command file), my question: is there a function available which tells me, how much memory is still available for allocation with malloc()?
Thanks!