> Leon Breedt wrote:
>
> > how can i see how much memory is available to my program?
As Glynn said, it's not really relevent.
> > i want to use this so i can see if all my routines using pointers
> > clean up properly after themselves.
Aha! So you are saying (correct me if I'm wrong):
"I would like to look for memeory leaks."
If this is the case, you may want to look into a program called
Electric Fence. I know that EF is supposed to help find memeory
leaks (dynamically allocated memmory that is not properly
deallocated (cleaned up) by a given program.)
Hope this helps,
Bryan Scaringe