Standard C Memory
  
  Display all entries for Standard C Memory
  on one page, or view entries individually:
  
    
      | 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 |