Saturday, October 29, 2011

29 oct 2011 contd.

Memory management is the process recognizing when allocated objects are no longer needed, deallocating [freeing] the memory used by such objects, and making it available for subsequent allocations. In some programming languages, memory management is programmers responsibility. The complexity of that task leads to many common errors that can cause unexpected or erroneous program behaviour and crashes. As a result, a large proportion of developer time is often spent debugging and trying to correct such errors.

This I wrote from a pdf I had. Its nothing but typing practice.hehe

2 Comments:

At 7:31 pm, Blogger Amrit said...

Haha. Typing practice. I said why NK is giving lesson on memory management. What is coming next - interrupt handling, queue handling or .....

 
At 11:19 pm, Blogger kiran sawhney said...

well done my boy.

 

Post a Comment

<< Home