The following code gets the memory allocated on your apps current heap
TInt NumofCells,TotalSize;NumofCells = User::Heap().AllocSize(TotalSize);
No related wiki articles found