From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/c/memory.html | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 devdocs/c/memory.html (limited to 'devdocs/c/memory.html') diff --git a/devdocs/c/memory.html b/devdocs/c/memory.html deleted file mode 100644 index 9fd74682..00000000 --- a/devdocs/c/memory.html +++ /dev/null @@ -1,18 +0,0 @@ -

Dynamic memory management

Functions

- - - - - - - -
Defined in header <stdlib.h>
allocates memory
(function)
allocates and zeroes memory
(function)
expands previously allocated memory block
(function)
deallocates previously allocated memory
(function)
-
(C23)
deallocates previously allocated sized memory
(function)
-
(C23)
deallocates previously allocated sized and aligned memory
(function)
-
(C11)
allocates aligned memory
(function)

See also

-
C++ documentation for C memory management library
-

- © cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
- https://en.cppreference.com/w/c/memory -

-
-- cgit v1.2.3