diff options
author | Josh Blum | 2013-01-31 12:39:09 -0800 |
---|---|---|
committer | Josh Blum | 2013-01-31 12:39:09 -0800 |
commit | 28a1850a27179952293c64b0c67e8ed56fb76f84 (patch) | |
tree | 91c3976b5b085bd205e68983322a2bda2e6db443 /include/gras | |
parent | 8242e504d5113a54010eb5863c01b0e0f4cedd74 (diff) | |
download | sandhi-28a1850a27179952293c64b0c67e8ed56fb76f84.tar.gz sandhi-28a1850a27179952293c64b0c67e8ed56fb76f84.tar.bz2 sandhi-28a1850a27179952293c64b0c67e8ed56fb76f84.zip |
gras: misc tweaks to alloc sizes
Diffstat (limited to 'include/gras')
-rw-r--r-- | include/gras/gras.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gras/gras.hpp b/include/gras/gras.hpp index fefc35d..748e682 100644 --- a/include/gras/gras.hpp +++ b/include/gras/gras.hpp @@ -44,7 +44,7 @@ #define GRAS_EXTERN #endif // GRAS_DLL -#define GRAS_MAX_ALIGNMENT 32 +#define GRAS_MAX_ALIGNMENT 64 //define cross platform attribute macros #if defined(GRAS_DEBUG) |