OSDN Git Service

SDL_GetNumAllocations 新規追加 https://wiki.libsdl.org/SDL_GetNumAllocations
authormaruhiro <maruhiro@bridge.ocn.ne.jp>
Thu, 7 Oct 2021 13:10:09 +0000 (22:10 +0900)
committermaruhiro <maruhiro@bridge.ocn.ne.jp>
Thu, 7 Oct 2021 13:10:09 +0000 (22:10 +0900)
CategoryAPI.html
CategoryStandard.html
SDL_GetNumAllocations.html [new file with mode: 0644]
WhatsNew.html

index 0c1fdeb..28cc08f 100644 (file)
 <li><a href="SDL_GetModState.html">SDL_GetModState</a></li>
 <li><a href="SDL_GetMouseFocus.html">SDL_GetMouseFocus</a></li>
 <li><a href="SDL_GetMouseState.html">SDL_GetMouseState</a></li>
+<li><a href="SDL_GetNumAllocations.html">SDL_GetNumAllocations</a></li>
 <li><a href="SDL_GetNumAudioDevices.html">SDL_GetNumAudioDevices</a></li>
 <li><a href="SDL_GetNumAudioDrivers.html">SDL_GetNumAudioDrivers</a></li>
 <li><a href="SDL_GetNumDisplayModes.html">SDL_GetNumDisplayModes</a></li>
index 60de827..48b18a8 100644 (file)
@@ -24,6 +24,7 @@ SDL
 <ol>\r
 <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
 </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_GetNumAllocations.html b/SDL_GetNumAllocations.html
new file mode 100644 (file)
index 0000000..0997aa5
--- /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_GetNumAllocations</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_GetNumAllocations
+<hr>
+<h1>SDL_GetNumAllocations</h1>
+\96¢\89ð\95ú\82Ì\83\81\83\82\83\8a\97Ì\88æ\82Ì\90\94\82ð\93¾\82é
+<h2>\8d\\95¶</h2>
+<code>int SDL_GetNumAllocations(void)</code>
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
+<a href="https://wiki.libsdl.org/SDL_GetNumAllocations">SDL_GetNumAllocations - SDL Wiki</a>
+<hr>
+</body>
+</html>
index def4ee0..d6e7305 100644 (file)
@@ -318,7 +318,7 @@ SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH = 0
 <ul style="list-style:none;">
 <li>SDL_GetMemoryFunctions()
 <li>SDL_SetMemoryFunctions()
-<li>SDL_GetNumAllocations()
+<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Á:
 <ul style="list-style:none;">