Used heap size

When running how can I tell how much of the heap is actually used ? Using NetOS 6 and GHS Thank You Michael

Hi, Did you ever get an answer to this, or does anyone have an answer? I would also like to know this.

Thanks,
Giles

I don’t think there is a way. In 7.4 I used to run a program that would malloc a bunch of memory until malloc failed, and then report the results to give me an idea as to how much ram was left for use. But I don’t think there are many build in toosl to figure this kind of stuff out.