Home >  Term: dynamic memory allocation
dynamic memory allocation

A technique used by several functions (such as malloc, calloc, and realloc) to dynamically allocate memory for variables at runtime. This is accomplished by defining a large memory pool (heap) and using the functions to allocate memory from the heap.

0 0

Creator

  • Dedrick
  •  (Gold) 1101 points
  • 100% positive feedback
© 2025 CSOFT International, Ltd.