Write short note on Dynamic memory allocation algorithm.
Answers were Sorted based on User's Feedback
Answer / 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 |
where the system time is stored? In processor or in Seprate timer ic for that?
Explain the process control block of UNIX ?
Explain the reasons for implementing process migration?
why register are stored the only binary data?
if you are using external package for configuring send mail what is the name of the package?
what is busy waiting?
Explain how is the process address space handled during process migration?
Explain about operating system of mac?
Explain the difference among deadlock avoidance, detection and prevention?
What is the difference between NTFS & FAT File systems
What items of information about a task might be useful in real time scheduling?
What is direct mount and indirect monut?