Peano
Loading...
Searching...
No Matches
tarch.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  tarch
 Have to include this header, as I need access to the SYCL_EXTERNAL keyword.
 

Macros

#define InlineMethod
 This is the marker that is to be used after the argument list of a function declaration.
 

Enumerations

enum class  tarch::MemoryUsageFormat { tarch::MByte }
 

Functions

int tarch::getMemoryUsage (MemoryUsageFormat format)
 Method for getting the application's memory footprint.
 
int tarch::getTotalMemory (MemoryUsageFormat format)
 
int tarch::getFreeMemory (MemoryUsageFormat format)
 

Macro Definition Documentation

◆ InlineMethod

#define InlineMethod

This is the marker that is to be used after the argument list of a function declaration.

Definition at line 58 of file tarch.h.