HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SYS_Allocator.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: SYS_Allocator.h (UT Library, C/C++)
7  */
8 
9 /*
10  * NOTE: This is automatically generated from SYS_Allocator.tmpl.h
11  */
12 #ifndef __SYS_Allocator__
13 #define __SYS_Allocator__
14 
15 /// @file SYS_Allocator.h
16 /// Defines compile time allocator constants for use in code.
17 
18 enum class SYS_Allocators : char
19 {
20  None,
21  Jemalloc,
22  Tbbmalloc,
23  Tcmalloc,
24  Mimalloc
25 };
26 
27 #define SYS_ALLOCATOR SYS_Allocators::Tcmalloc
28 #define SYS_ALLOCATOR_NAME tcmalloc
29 
30 #define SYS_ALLOCATOR_TCMALLOC
31 
32 #endif
33 
SYS_Allocators
Definition: SYS_Allocator.h:18