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
Define dynamic memory allocation algorithm?
What is LOM and how do you access it?
What items of information about a task might be useful in real time scheduling?
Tell me why register are stored the only binary data?
Let us suppose one application needs 2GB RAM to run and dependent plugins will be load while running application. Here My doubt is how many processes will create for this application. I know the concept of virtual memory, which will provide RAM on demand. My straight forward question is what is the size of the process and is it single process will create by operating system to complete the task of my application.??? Thanks in Advance.
If you do not have cd drive then how will u format c drive?
Explain the reasons for implementing process migration?
if you are using external package for configuring send mail what is the name of the package?
Explain about dynamic memory allocation algorithm?
Explain the process control block of UNIX ?
If you do not have cd drive then how will you format c drive?
Explain the ways to infect the system by virus?
absolute path gives the location a file or directory in reference to a rile directory while relative path is a path given file starting from another file. explain?
Explain about operating system of mac?
Explain the difference between fat & ntfs?