ARM/Linux memory leak: Can a user program retain memory after terminating?
问题 I've got a memory leak somewhere , but it doesn't appear to be related to my program. I'm making this bold statement based on the fact that once my program terminates, either by seg-faulting, exitting, or aborting, the memory isn't recovered. If my program were the culprit, I would assume the MMU would recover everything, but this doesn't appear to be the case. My question is: On a small Linux system (64 Mb Ram) running a program that uses only stack memory and a few calls to malloc() , what