File tree Expand file tree Collapse file tree 3 files changed +62
-376
lines changed Expand file tree Collapse file tree 3 files changed +62
-376
lines changed Original file line number Diff line number Diff line change 188
188
189
189
< p class ="text-right "> < small >
190
190
最終更新日時(UTC):
191
- < span itemprop ="datePublished " content ="2025-07-08T11:57:19 ">
192
- 2025年07月08日 11時57分19秒
191
+ < span itemprop ="datePublished " content ="2025-07-08T14:06:37 ">
192
+ 2025年07月08日 14時06分37秒
193
193
</ span >
194
194
< br />
195
195
< span itemprop ="author " itemscope itemtype ="http://schema.org/Person ">
196
- < span itemprop ="name "> K10-K10 </ span >
196
+ < span itemprop ="name "> Akira Takahashi </ span >
197
197
</ span >
198
198
が更新
199
199
</ small > </ p >
@@ -229,13 +229,13 @@ <h2>効果</h2>
229
229
< li >
230
230
< p > 既存のメモリを拡張、縮小する。</ p >
231
231
< p > 縮小した場合、再確保されたメモリのサイズまでの領域の内容が保持される。</ p >
232
- < p > 拡張した場合、新しい領域の内容は< a class ="cpprefjp-defined-word " data-desc ="未定義の動作。処理系は予期せぬ動作をする可能性がある。要するに動作保証対象外。undefined behavior (UB)。 " href ="../../implementation-compliance.html#dfn-undefined -behavior "> 未定義 </ a > 。</ p >
232
+ < p > 拡張した場合、新しい領域の内容は< a class ="cpprefjp-defined-word " data-desc ="未規定の動作。事前の断りなく処理系によって異なる動作をする " href ="../../implementation-compliance.html#dfn-unspecified -behavior "> 未規定 </ a > 。</ p >
233
233
</ li >
234
234
< li >
235
235
< p > 新しいサイズの領域を確保、割り当てする。その後、新しいサイズと古いサイズのいずれか小さい方のサイズに等しいメモリ領域をコピーし、古いブロックを解放する。</ p >
236
236
</ li >
237
237
< li >
238
- < p > メモリが不足している場合、< code > nullpte </ code > が返される。</ p >
238
+ < p > メモリが不足している場合、< code > nullptr </ code > が返される。</ p >
239
239
</ li >
240
240
</ ul >
241
241
< h2 > 備考</ h2 >
You can’t perform that action at this time.
0 commit comments