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
what is a property sheet?
Tell me what are the hardware problem you face regularly in your organization?
Explain about busy waiting?
Explain the difference among deadlock avoidance, detection and prevention?
What are the reasons for implementing process migration?
how make a bootable dick
Explain the difference between fat & ntfs?
Tell me why register are stored the only binary data?
when affected the system from virus , which paths will be it stored in system ?
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?
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?
Can you tell which dlls are used for SDK?
Explain the process control block of UNIX ?
Explain about operating system of mac?
Define dynamic memory allocation algorithm?