Definition, synonyms and related words
A subroutine in the C programming language's standard library for performing dynamic memory allocation.
"The developer called malloc to reserve a block of memory on the heap before filling it with data from the input stream."
To allocate memory using the C programming language malloc subroutine.
"The developer called malloc to dynamically reserve space on the heap for a new array of integers."