C memory management library
From Get docs
C/docs/latest/memory
C memory management library
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) | |
|
(C11) |
allocates aligned memory (function) |
See also
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/c/memory