View Single Post
Old 10th July 2008
BSDfan666 BSDfan666 is offline
Real Name: N/A, this is the interweb.
Banned
 
Join Date: Apr 2008
Location: Ontario, Canada
Posts: 2,223
Default

"Too small", congratulations.. you found a memory leak.

If memory is allocated, and the program loses track of it.. (i.e: poorly managing pointers, it remains until the program is terminated..)

Because nothing is using it, makes sense that the kernel would swap it off to secondary storage.
Reply With Quote