calloc
Appearance
English
[edit]Noun
[edit]calloc (plural callocs)
- (computing) A subroutine in the C programming language's standard library for performing dynamic memory allocation.
Verb
[edit]calloc (third-person singular simple present callocs, present participle callocing, simple past and past participle calloced)
- (computing) To allocate memory using the C programming language calloc subroutine.
References
[edit]
Further reading
[edit]- C dynamic memory allocation on Wikipedia.Wikipedia