A quick question about using malloc() in AIX. If, after you have used
malloc() to allocate some memory and then the process is killed before
that memory is freed, does AIX do any sort of memory cleanup or does
that memory remained allocated (unavailable to another program) until
the system is restarted?
Thanks,
Chad Dupuis