Go to the source code of this file.
 | 
| void *  | RE::malloc (std::size_t a_size) | 
|   | 
| template<class T >  | 
| T *  | RE::malloc (std::size_t a_size) | 
|   | 
| template<class T >  | 
| T *  | RE::malloc () | 
|   | 
| void *  | RE::aligned_alloc (std::size_t a_alignment, std::size_t a_size) | 
|   | 
| template<class T >  | 
| T *  | RE::aligned_alloc (std::size_t a_alignment, std::size_t a_size) | 
|   | 
| template<class T >  | 
| T *  | RE::aligned_alloc () | 
|   | 
| void *  | RE::calloc (std::size_t a_num, std::size_t a_size) | 
|   | 
| template<class T >  | 
| T *  | RE::calloc (std::size_t a_num, std::size_t a_size) | 
|   | 
| template<class T >  | 
| T *  | RE::calloc (std::size_t a_num) | 
|   | 
| void *  | RE::realloc (void *a_ptr, std::size_t a_newSize) | 
|   | 
| template<class T >  | 
| T *  | RE::realloc (void *a_ptr, std::size_t a_newSize) | 
|   | 
| void *  | RE::aligned_realloc (void *a_ptr, std::size_t a_newSize, std::size_t a_alignment) | 
|   | 
| template<class T >  | 
| T *  | RE::aligned_realloc (void *a_ptr, std::size_t a_newSize, std::size_t a_alignment) | 
|   | 
| void  | RE::free (void *a_ptr) | 
|   | 
| void  | RE::aligned_free (void *a_ptr) | 
|   | 
◆ TES_HEAP_REDEFINE_NEW
      
        
          | #define TES_HEAP_REDEFINE_NEW | 
          ( | 
           | ) | 
           |