Dynamic memory allocation algorithm

Describe dynamic memory allocation algorithm?

E

Expert

Verified

Dynamic memory allocation is the allocation of memory storage for employ in a computer program throughout the runtime of that program. This can be seen also like a way of distributing ownership of restricted memory resources among several pieces of data and code. Dynamically allocated memory exists till this is released either explicitly through the programmer or by the garbage collector. It is in contrast to automatic and static memory allocation that have a fixed duration. This is said that an object so allocated holds a dynamic lifetime.

   Related Questions in Science

©TutorsGlobe All rights reserved 2022-2023.