[[
标准C内存函数
]]
C++ Reference
You are here:
C++ Reference
»
C++参考
»
memory
»
标准C内存函数
Translations of this page
?
:
en
br-pt
cn
cz
de
es
fr
it
jp
lv
nl
pl
ro
ru
sk
tr
tw
标准C内存函数
calloc
分配n个大小为size的连续内存空间,并清零
free
释放先前malloc分配的空间
malloc
分配内存空间
realloc
调整内存空间的大小,如果内存不够,则原指针指向的内容不变,同时返回NULL
Edit this page
Old revisions
Login
Sitemap
Recent changes
RSS
cc