From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/c/memory.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 devdocs/c/memory.html (limited to 'devdocs/c/memory.html') diff --git a/devdocs/c/memory.html b/devdocs/c/memory.html new file mode 100644 index 00000000..9fd74682 --- /dev/null +++ b/devdocs/c/memory.html @@ -0,0 +1,18 @@ +

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