OSDN Git Service

SDL_SetMemoryFunctions 新規追加 https://wiki.libsdl.org/SDL_SetMemoryFunctions
authormaruhiro <maruhiro@bridge.ocn.ne.jp>
Fri, 15 Oct 2021 16:34:55 +0000 (01:34 +0900)
committermaruhiro <maruhiro@bridge.ocn.ne.jp>
Fri, 15 Oct 2021 16:34:55 +0000 (01:34 +0900)
CategoryAPI.html
CategoryStandard.html
SDL_SetMemoryFunctions.html [new file with mode: 0644]
WhatsNew.html

index fd1c249..c3dfd63 100644 (file)
 <li><a href="SDL_SetHint.html">SDL_SetHint</a></li>
 <li><a href="SDL_SetHintWithPriority.html">SDL_SetHintWithPriority</a></li>
 <li><a href="SDL_SetMainReady.html">SDL_SetMainReady</a></li>
+<li><a href="SDL_SetMemoryFunctions.html">SDL_SetMemoryFunctions</a></li>
 <li><a href="SDL_SetModState.html">SDL_SetModState</a></li>
 <li><a href="SDL_SetPaletteColors.html">SDL_SetPaletteColors</a></li>
 <li><a href="SDL_SetPixelFormatPalette.html">SDL_SetPixelFormatPalette</a></li>
index 48b18a8..86a1c37 100644 (file)
@@ -25,6 +25,7 @@ SDL
 <li><a href="SDL_acos.html">SDL_acos</a></li>\r
 <li><a href="SDL_GetMemoryFunctions.html">SDL_GetMemoryFunctions</a></li>\r
 <li><a href="SDL_GetNumAllocations.html">SDL_GetNumAllocations</a></li>\r
+<li><a href="SDL_SetMemoryFunctions.html">SDL_SetMemoryFunctions</a></li>\r
 </ol>\r
 <h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>\r
 <a href="https://wiki.libsdl.org/CategoryStandard">Standard library functionality - SDL Wiki</a>\r
diff --git a/SDL_SetMemoryFunctions.html b/SDL_SetMemoryFunctions.html
new file mode 100644 (file)
index 0000000..0f7c9b9
--- /dev/null
@@ -0,0 +1,22 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html lang="ja-JP">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
+<meta http-equiv="Content-Style-Type" content="text/css">
+<meta name="keywords" content="Simple Directmedia Layer SDL2.0">
+<link rel="top" href="index.html" title="\83z\81[\83\80">
+<link rel="parent" href="CategoryStandard.html" title="1\82Â\8fã">
+<title>SDL_SetMemoryFunctions</title>
+</head>
+<body>
+<a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategoryStandard.html">\95W\8f\80\83\89\83C\83u\83\89\83\8a</a> - SDL_SetMemoryFunctions
+<hr>
+<h1>SDL_SetMemoryFunctions</h1>
+SDL\83\81\83\82\83\8a\8aÖ\90\94\82ð\83J\83X\83^\83\80\82µ\82½\82à\82Ì\82Æ\92u\82«\8a·\82¦\82é
+<h2>\8d\\95¶</h2>
+<code>int SDL_SetMemoryFunctions(SDL_malloc_func malloc_func, SDL_calloc_func calloc_func, SDL_realloc_func realloc_func, SDL_free_func free_func)</code>
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
+<a href="https://wiki.libsdl.org/SDL_SetMemoryFunctions">SDL_SetMemoryFunctions - SDL Wiki</a>
+<hr>
+</body>
+</html>
index 22ab0f1..4601365 100644 (file)
@@ -316,8 +316,8 @@ SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH = 0
 </ul>
 <li>SDL\83\81\83\82\83\8a\8am\95Û\8b@\94\\82Ì\96â\82¢\8d\87\82í\82¹\82Æ\90Ý\92è\82ð\8ds\82¤\8aÖ\90\94\82Ì\92Ç\89Á:
 <ul style="list-style:none;">
-<li>SDL_GetMemoryFunctions()
-<li>SDL_SetMemoryFunctions()
+<li><a href="SDL_GetMemoryFunctions.html">SDL_GetMemoryFunctions()</a>
+<li><a href="SDL_SetMemoryFunctions.html">SDL_SetMemoryFunctions()</a>
 <li><a href="SDL_GetNumAllocations.html">SDL_GetNumAllocations()</a>
 </ul>
 <li>\83W\83\87\83C\83X\83e\83B\83b\83N\82Æ\83Q\81[\83\80\83R\83\93\83g\83\8d\81[\83\89\81[API\82Ö\82Ì\83}\83\8b\83`\83X\83\8c\83b\83h\83A\83N\83Z\83X\82Ì\82½\82ß\82Ì\83\8d\83b\83N\8aÖ\90\94\82Ì\92Ç\89Á: