C memory management library
提供: cppreference.com
|
|
このページは、Google 翻訳を使って英語版から機械翻訳されました。
翻訳には誤りや奇妙な言い回しがあるかもしれません。文章の上にポインタをおくと、元の文章が見れます。誤りを修正して翻訳を改善する手助けをしてください。翻訳についての説明は、ここをクリックしてください。 |
[編集] 機能します
| Defined in header
<cstdlib> | |
| メモリを割り当てます Original: allocates memory The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (関数) | |
| 割り当てとメモリがゼロ Original: allocates and zeroes memory The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (関数) | |
| 以前に割り当てられたメモリブロックを拡張します Original: expands previously allocated memory block The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (関数) | |
| 以前に割り当てられたメモリを解放する Original: deallocates previously allocated memory The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (関数) | |

