|
HDK
|
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 } |
Defines compile time allocator constants for use in code.
Definition in file SYS_Allocator.h.
| #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.
|
strong |
| Enumerator | |
|---|---|
| None | |
| Jemalloc | |
| Tbbmalloc | |
| Tcmalloc | |
| Mimalloc | |
Definition at line 18 of file SYS_Allocator.h.