Trying a different MINALIGN because of core dumps on the sparc-64

build-farm machines.
This commit is contained in:
Wayne Davison
2004-02-10 22:28:36 +00:00
parent 15f85b1f63
commit 61d35e1844

View File

@@ -32,7 +32,7 @@ struct pool_extent
struct pool_extent *next;
};
#define MINALIGN (sizeof (void *))
#define MINALIGN (sizeof (long))
alloc_pool_t
pool_create(size_t size, size_t quantum,