URI:
   DIR Return Create A Forum - Home
       ---------------------------------------------------------
       gworld
  HTML https://gworld.createaforum.com
       ---------------------------------------------------------
       *****************************************************
   DIR Return to: C PROGRAMMING LANGUAGE
       *****************************************************
       #Post#: 153--------------------------------------------------
       STANDARD C MEMORY
       By: eba95 Date: July 31, 2010, 4:52 am
       ---------------------------------------------------------
       Standard C Memory
       calloc
       allocates and clears a
       two-dimensional
       chunk of memory
       free
       returns previously
       allocated memory to
       the operating system
       malloc allocates memory
       realloc
       changes the size of
       previously allocated
       memory
       *****************************************************