How to get the dynamic memory allocation used by task?
From ravithati@gmail.com@21:1/5 to All on Thu Nov 21 02:30:09 2019
Hello All,
How to get the dynamic memory allocation used by task?
Like taskStackSizeGet (int tid, int * pStackSize); we can get the size of stack used by stack.
Similarly how will I get size of dynamic memory used by any task