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)
allocates aligned memory
(function)

References

  • C11 standard (ISO/IEC 9899:2011):
    • 7.22.3 Memory management functions (p: 347-349)
  • C99 standard (ISO/IEC 9899:1999):
    • 7.20.3 Memory management functions (p: 313-314)
  • C89/C90 standard (ISO/IEC 9899:1990):
    • 4.10.3 Memory management functions

See also

C++ documentation for C memory management library
doc_C_Language
2016-10-10 18:34:45
Comments
Leave a Comment

Please login to continue.