calculate heap memory

hi friends,

I want to calculate the amount of heap memory at runtime at any point in
the program.

how do I do this?? do we have a function for it.

Thanks,
himanshu k.
symbian application developer
That is OS, hardware, and compiler dependent. On modern 32- and 64-bit systems you can typically consider it unlimited (as the OS will increase the page file to match the memory requirements of your program).

There is no standard way to get that information. I would look through your compiler's documentation first, then look through your OS's API documentation.

Sorry.
Topic archived. No new replies allowed.