1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-18 07:47:06 +01:00

Configurable ALLOC_ALIGN and ALLOC_CACHE

This commit is contained in:
Peter Boyle
2020-11-20 16:48:28 +01:00
parent e49b7f2f88
commit 612e468889
2 changed files with 22 additions and 2 deletions

View File

@ -34,8 +34,6 @@ NAMESPACE_BEGIN(Grid);
// Move control to configure.ac and Config.h?
#define ALLOCATION_CACHE
#define GRID_ALLOC_ALIGN (2*1024*1024)
#define GRID_ALLOC_SMALL_LIMIT (4096)
/*Pinning pages is costly*/