Write short note on Dynamic memory allocation algorithm.

Answers were Sorted based on User's Feedback



Write short note on Dynamic memory allocation algorithm...

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

Write short note on Dynamic memory allocation algorithm...

Answer / daljinder

dynamic memory is a very fuddu memory

Is This Answer Correct ?    7 Yes 10 No

Post New Answer

More SDK Interview Questions

what is FAT?.

12 Answers   Campus Interview, Mascot, MIS, Nile Bank,


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

0 Answers  


what is a property sheet?

0 Answers  


what are the stands for OAB(offline address book) in exchange server?

1 Answers   DELL, Microsoft,


what has triggered the need for multitasking in PCs?

1 Answers   TCS,






Which file system allow as much fragmentation FAT32 or NTFS?

2 Answers  


Explain the difference among deadlock avoidance, detection and prevention?

0 Answers  


Explain how is the process address space handled during process migration?

0 Answers  


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?

0 Answers   NIBS,


what is active directory

6 Answers   Sysnet, TCS,


Define dynamic memory allocation algorithm?

0 Answers  


Explain the process control block of UNIX ?

0 Answers  


Categories