Write short note on Dynamic memory allocation algorithm.

Answer Posted / an

dynamic memory allocation is the allocation of memory
storage for use in a computer program during the runtime of
that program. It can be seen also as a way of distributing
ownership of limited memory resources among many pieces of
data and code.

Dynamically allocated memory exists until it is released
either explicitly by the programmer or by the garbage
collector. This is in contrast to automatic and static
memory allocation, which have a fixed duration. It is said
that an object so allocated has a dynamic lifetime.

Is This Answer Correct ?    26 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell me what are the hardware problem you face regularly in your organization?

495


What are the reasons for implementing process migration?

673


What is LOM and how do you access it?

1939


If you tries to mount a share ( home directory )in a client machine, and it fails how do u approach?

1870


If you do not have cd drive then how will you format c drive?

523






Explain the difference among deadlock avoidance, detection and prevention?

566


what is a property sheet?

1943


when affected the system from virus , which paths will be it stored in system ?

1846


Explain the process control block of UNIX ?

1245


Explain about busy waiting?

559


if you are using external package for configuring send mail what is the name of the package?

1840


Define dynamic memory allocation algorithm?

548


Explain the reasons for implementing process migration? How is the process address space handled during process migration?

527


some os have a tree structure file system that limits the depth of a tree and small number of levels.what limit does this have on user? how does this simplify file system design?

1331


directories can be implemented either special files that can only be accused in limited ways or can be implemented as ordinary data files. what are advantages and disadvantages of this approach?

1865