File tree Expand file tree Collapse file tree 4 files changed +433
-165
lines changed Expand file tree Collapse file tree 4 files changed +433
-165
lines changed Original file line number Diff line number Diff line change 176
176
177
177
< p class ="text-right "> < small >
178
178
最終更新日時(UTC):
179
- < span itemprop ="datePublished " content ="2025-07-06T09:35:32 ">
180
- 2025年07月06日 09時35分32秒
179
+ < span itemprop ="datePublished " content ="2025-07-06T09:53:39 ">
180
+ 2025年07月06日 09時53分39秒
181
181
</ span >
182
182
< br />
183
183
< span itemprop ="author " itemscope itemtype ="http://schema.org/Person ">
@@ -310,12 +310,12 @@ <h2>メモリ管理</h2>
310
310
</ thead >
311
311
< tbody >
312
312
< tr >
313
- < td > < code > aligned_alloc</ code > </ td >
313
+ < td > < code > < a href =" cstdlib/ aligned_alloc.html " > aligned_alloc </ a > </ code > </ td >
314
314
< td > 指定したアライメントでメモリを確保する (function)</ td >
315
315
< td > C++17</ td >
316
316
</ tr >
317
317
< tr >
318
- < td > < code > malloc</ code > </ td >
318
+ < td > < code > < span href =" https://cpprefjp.github.io/reference/cstdlib/ malloc.md.nolink " > malloc </ span > </ code > </ td >
319
319
< td > メモリを確保する (function)</ td >
320
320
< td > </ td >
321
321
</ tr >
@@ -325,12 +325,12 @@ <h2>メモリ管理</h2>
325
325
< td > </ td >
326
326
</ tr >
327
327
< tr >
328
- < td > < code > realloc</ code > </ td >
328
+ < td > < code > < span href =" https://cpprefjp.github.io/reference/cstdlib/ realloc.md.nolink " > realloc </ span > </ code > </ td >
329
329
< td > メモリを再確保する (function)</ td >
330
330
< td > </ td >
331
331
</ tr >
332
332
< tr >
333
- < td > < code > free</ code > </ td >
333
+ < td > < code > < span href =" https://cpprefjp.github.io/reference/cstdlib/ free.md.nolink " > free </ span > </ code > </ td >
334
334
< td > 確保したメモリを解放する (function)</ td >
335
335
< td > </ td >
336
336
</ tr >
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-06T09:42 :48 ">
192
- 2025年07月06日 09時42分48秒
191
+ < span itemprop ="datePublished " content ="2025-07-06T09:49 :48 ">
192
+ 2025年07月06日 09時49分48秒
193
193
</ span >
194
194
< br />
195
195
< span itemprop ="author " itemscope itemtype ="http://schema.org/Person ">
223
223
< p > この関数は、静的ストレージにはアクセスしない、スレッドセーフである。</ p >
224
224
< h2 > 備考</ h2 >
225
225
< ul >
226
- < li > < code > calloc</ code > 、< code > malloc</ code > および < code > realloc</ code > 関数による連続的なメモリ確保によるメモリの割当の順序、連続性は< a class ="cpprefjp-defined-word " data-desc ="未定義の動作。処理系は予期せぬ動作をする可能性がある。要するに動作保証対象外。undefined behavior (UB)。 " href ="../../implementation-compliance.html#dfn-undefined-behavior "> 未定義</ a > 。</ li >
226
+ < li > < code > calloc</ code > 、< code > malloc</ code > および < code > realloc</ code > 関数による連続的なメモリ確保によるメモリの割当の順序、連続性は< a class ="cpprefjp-defined-word " data-desc ="未定義の動作。処理系は予期せぬ動作をする可能性がある。要するに動作保証対象外。undefined behavior (UB)。 " href ="../../implementation-compliance.html#dfn-undefined-behavior "> 未定義</ a > である 。</ li >
227
227
</ ul >
228
228
< h2 > 例</ h2 >
229
229
< p > < div class ="yata " id ="e077306c620e0c310efb2f25e886ff9ab7c0b355 "> < div class ="codehilite "> < pre > < span > </ span > < code > < span class ="cp "> #include</ span > < span class ="cpf "> <stdio.h></ span > < span class ="cp "> </ span >
@@ -255,7 +255,7 @@ <h2>出力例</h2>
255
255
</ code > </ pre > </ p >
256
256
< h2 > 関連項目</ h2 >
257
257
< ul >
258
- < li > < span href =" https://cpprefjp.github.io/reference/cstdlib " title =" free.md.nolink " > " free" </ span > :確保されたメモリを解放する。</ li >
258
+ < li > < code > free</ code > :確保されたメモリを解放する。</ li >
259
259
</ ul >
260
260
< h2 > 参照</ h2 >
261
261
< p > -< span href ="https://cpprefjp.github.io/reference/cstdlib " title ="https://www.dii.uchile.cl/~daespino/files/Iso_C_1999_definition.pdf "> 7.20.3 Memory management functions</ span > </ p > </ div >
You can’t perform that action at this time.
0 commit comments