#include <cstdlib>
Go to the source code of this file.
 | 
| void  | AddTrack (void *a_addr, size_t a_asize, const char *a_fname, int a_lnum, bool a_malloc) | 
|   | 
| void  | RemoveTrack (void *a_addr, bool a_malloc) | 
|   | 
◆ _MEMTRACK_H_
◆ callocMT
      
        
          | #define callocMT | 
          ( | 
            | 
          a_a,  | 
        
        
           | 
           | 
            | 
          a_b  | 
        
        
           | 
          ) | 
           |    calloc (a_a, a_b) | 
        
      
 
 
◆ reallocMT
      
        
          | #define reallocMT | 
          ( | 
            | 
          a_a,  | 
        
        
           | 
           | 
            | 
          a_b  | 
        
        
           | 
          ) | 
           |    realloc(a_a, a_b) | 
        
      
 
 
◆ mallocMT
      
        
          | #define mallocMT | 
          ( | 
            | 
          a_a | ) | 
             malloc (a_a) | 
        
      
 
 
◆ freeMT
      
        
          | #define freeMT | 
          ( | 
            | 
          a_a | ) | 
             free   (a_a) | 
        
      
 
 
◆ AddTrack()
  
  
      
        
          | void AddTrack  | 
          ( | 
          void *  | 
          a_addr,  | 
         
        
           | 
           | 
          size_t  | 
          a_asize,  | 
         
        
           | 
           | 
          const char *  | 
          a_fname,  | 
         
        
           | 
           | 
          int  | 
          a_lnum,  | 
         
        
           | 
           | 
          bool  | 
          a_malloc  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ RemoveTrack()
  
  
      
        
          | void RemoveTrack  | 
          ( | 
          void *  | 
          a_addr,  | 
         
        
           | 
           | 
          bool  | 
          a_malloc  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   |