HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SYS_Allocator.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SYS_ALLOCATOR   SYS_Allocators::Tcmalloc
 
#define SYS_ALLOCATOR_NAME   tcmalloc
 
#define SYS_ALLOCATOR_TCMALLOC
 

Enumerations

enum  SYS_Allocators : char {
  SYS_Allocators::None, SYS_Allocators::Jemalloc, SYS_Allocators::Tbbmalloc, SYS_Allocators::Tcmalloc,
  SYS_Allocators::Mimalloc
}
 

Detailed Description

Defines compile time allocator constants for use in code.

Definition in file SYS_Allocator.h.

Macro Definition Documentation

#define SYS_ALLOCATOR   SYS_Allocators::Tcmalloc

Definition at line 27 of file SYS_Allocator.h.

#define SYS_ALLOCATOR_NAME   tcmalloc

Definition at line 28 of file SYS_Allocator.h.

#define SYS_ALLOCATOR_TCMALLOC

Definition at line 30 of file SYS_Allocator.h.

Enumeration Type Documentation

enum SYS_Allocators : char
strong
Enumerator
None 
Jemalloc 
Tbbmalloc 
Tcmalloc 
Mimalloc 

Definition at line 18 of file SYS_Allocator.h.