malloc
Appearance
English
[edit]Etymology
[edit]Noun
[edit]malloc (plural mallocs)
- (computing) A subroutine in the C programming language's standard library for performing dynamic memory allocation.
- 2001, USENIX Association, Proceedings of the FREENIX Track: 2001 USENIX Annual Technical Conference:
- It compares the behavior of nine different mallocs when used with Hummingbird and GNU Emacs dynamic memory activity traces.
Verb
[edit]malloc (third-person singular simple present mallocs, present participle mallocing, simple past and past participle malloced)
- (computing) To allocate memory using the C programming language malloc subroutine.
References
[edit]- Denis Howe (1985–), “malloc”, in Free On-line Dictionary of Computing, retrieved 1 July 2022.
- ^ Diomidis Spinellis (14 September 2017), “The Origins of Malloc”, in blog dds[1], archived from the original on 14 September 2017.
Further reading
[edit]
C dynamic memory allocation on Wikipedia.Wikipedia