diff options
author | DDCloud <ramarag@microsoft.com> | 2016-03-10 19:39:22 -0800 |
---|---|---|
committer | DDCloud <ramarag@microsoft.com> | 2016-03-11 14:15:29 -0800 |
commit | cb49fc078fa8fd6bb654f98beb9b2c7c7553c44e (patch) | |
tree | 1d1616d830ab8e211c34834ef841cb2c160970c9 /src/pal | |
parent | d2ab1fbd40343e01fcb71fb9793ee7c681eeb1de (diff) | |
download | coreclr-cb49fc078fa8fd6bb654f98beb9b2c7c7553c44e.tar.gz coreclr-cb49fc078fa8fd6bb654f98beb9b2c7c7553c44e.tar.bz2 coreclr-cb49fc078fa8fd6bb654f98beb9b2c7c7553c44e.zip |
Using StackString to improve memory consumption in Lttng EventProvider
Diffstat (limited to 'src/pal')
-rw-r--r-- | src/pal/src/include/pal/stackstring.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pal/src/include/pal/stackstring.hpp b/src/pal/src/include/pal/stackstring.hpp index 490e3f3a07..7dd2bb1e08 100644 --- a/src/pal/src/include/pal/stackstring.hpp +++ b/src/pal/src/include/pal/stackstring.hpp @@ -5,8 +5,6 @@ #ifndef __STACKSTRING_H_ #define __STACKSTRING_H_ -#include "pal/malloc.hpp" - template <SIZE_T STACKCOUNT, class T> class StackString { |