[[
Standard C Memory
]]
C++ Reference
You are here:
C++ Reference
»
The Standard C Library
»
Standard C Memory
Translations of this page
?
:
en
br-pt
cn
fr
it
jp
pl
ru
tr
Standard C Memory
calloc
allocates and clears a two-dimensional chunk of memory
free
returns previously allocated memory to the operating system
malloc
allocates memory
realloc
changes the size of previously allocated memory
Edit this page
Old revisions
Login
Index
Recent changes
RSS
cc