Go to the documentation of this file. 29 #ifndef HL_HEAPLAYERS_H 30 #define HL_HEAPLAYERS_H 39 #define HL_EXECUTABLE_HEAP 1 44 #pragma inline_depth(255) 45 #define INLINE __forceinline 47 #define NO_INLINE __declspec(noinline) 48 #pragma warning(disable: 4530) 49 #define MALLOC_FUNCTION 52 #elif defined(__GNUC__) 56 #define NO_INLINE __attribute__ ((noinline)) 58 #define MALLOC_FUNCTION __attribute__((malloc)) 59 #define RESTRICT __restrict__ 67 #define MALLOC_FUNCTION 85 #ifndef ALLOCATION_STATS 86 #define ALLOCATION_STATS 0 92 #pragma warning( push ) 93 #pragma warning( disable:4786 4512 ) 99 #include "threads/all.h" 103 #pragma warning( pop ) 106 #endif // _HEAPLAYERS_H_