OSDN Git Service

IMG_LoadJPG_RW 新しい説明の訳に差し替え
[sdl2referencejp/sdl2referencejp.git] / SDL_SIMDRealloc.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html lang="ja-JP">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
5 <meta http-equiv="Content-Style-Type" content="text/css">
6 <meta name="keywords" content="Simple Directmedia Layer SDL2.0">
7 <link rel="top" href="index.html" title="\83z\81[\83\80">
8 <link rel="parent" href="CategoryCPU.html" title="1\82Â\8fã">
9 <title>SDL_SIMDRealloc</title>
10 </head>
11 <body>
12 <a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategoryCPU.html">CPU\8ed\97l\82Ì\8c\9f\92m</a> - SDL_SIMDRealloc
13 <hr>
14 <h1>SDL_SIMDRealloc</h1>
15 Reallocate memory obtained from SDL_SIMDAlloc
16 <a href="SDL_SIMDAlloc.html">SDL_SIMDAlloc()</a>\82Å\93¾\82½\83\81\83\82\83\8a\82ð\8dÄ\8am\95Û\82·\82é
17 <h2>\8d\\95¶</h2>
18 <code>void* SDL_SIMDRealloc(void* mem, const size_t len)</code>
19 <h2>\88ø\90\94</h2>
20 <table border="1" summary="SDL_SIMDRealloc">
21 <tr><td>mem</td><td><a href="SDL_SIMDAlloc.html">SDL_SIMDAlloc()</a>\82ª\96ß\82µ\82½\83|\83C\83\93\83^. NULL\82ð\93n\82µ\82Ä\82à\82æ\82¢. \82»\82Ì\8fê\8d\87\82Í<a href="SDL_SIMDAlloc.html">SDL_SIMDAlloc()</a>\82Æ\93¯\82\93®\8dì\82ð\82·\82é</td></tr>
22 <tr><td>len</td><td>\8am\95Û\82·\82é\83u\83\8d\83b\83N\82Ì\83o\83C\83g\92·. \8eÀ\8dÛ\82É\8am\95Û\82³\82ê\82é\83u\83\8d\83b\83N\82Í\83p\83b\83f\83B\83\93\83O\93\99\82Å\8ew\92è\82æ\82è\92·\82­\82È\82é. 0\82ð\93n\82µ\82Ä\82àNULL\82Å\82Í\82È\82¢\83|\83C\83\93\83^\82ð\96ß\82·. \83V\83X\83e\83\80\82Ì\83\81\83\82\83\8a\82ª\95s\91«\82µ\82Ä\82¢\82È\82¢\82±\82Æ\82ð\8am\94F\82·\82é\82½\82ß\82É\8eg\82¦\82é
23 </td></tr>
24 </table>
25 <h2>\96ß\82è\92l</h2>
26 \90V\82µ\82­\8dÄ\8am\95Û\82³\82ê\82½\83u\83\8d\83b\83N\82ð\96ß\82·. \83\81\83\82\83\8a\82ª\91«\82è\82È\82¢\82Æ\82«NULL\82ð\96ß\82·. 
27 <h2>\8fÚ\8d×</h2>
28 <p>
29 \82±\82Ì\8aÖ\90\94\82ð<a href="SDL_SIMDAlloc.html">SDL_SIMDAlloc()</a>\82ª\96ß\82µ\82½\83|\83C\83\93\83^\88È\8aO\82Å\8eg\82Á\82Ä\82Í\82È\82ç\82È\82¢.
30 malloc, realloc, SDL_malloc, memalign, new[]\93\99\82ª\96ß\82µ\82½\83|\83C\83\93\83^\82É\82Í\8eg\82¦\82È\82¢.
31 </p>
32 <h2>\83o\81[\83W\83\87\83\93</h2>
33 SDL 2.0.14\88È\8d~
34 <h2>\8aÖ\98A\8d\80\96Ú(\8aÖ\90\94)</h2>
35 <a href="SDL_SIMDGetAlignment.html">SDL_SIMDGetAlignment</a><br>
36 <a href="SDL_SIMDAlloc.html">SDL_SIMDAlloc</a><br>
37 <a href="SDL_SIMDFree.html">SDL_SIMDFree</a><br>
38 <h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
39 <a href="https://wiki.libsdl.org/SDL_SIMDRealloc">SDL_SIMDRealloc - SDL Wiki</a>
40 <hr>
41 </body>
42 </html>