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 |
What is the difference between NTFS & FAT File systems
what is active directory
Discuss some of the reasons for implementing process migration ? How is the process address space handled during process migration?
What items of information about a task might be useful in real time scheduling?
Write short note on Dynamic memory allocation algorithm.
Explain the process control block of UNIX ?
What is the difference among deadlock avoidance, detection and prevention?
Explain about busy waiting?
List reasons why a Mode switch between threads may be cheaper than a Mode switch between processes?
where the system time is stored? In processor or in Seprate timer ic for that?
can you create con folder in windows, if not why?
If system does not boot What are the files missing ? And how to troubleshoot the problem without reinstalling OS ?